diff options
Diffstat (limited to 'mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch')
-rw-r--r-- | mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch b/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch deleted file mode 100644 index b66a9af83a6b..000000000000 --- a/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/libslab/app-shell.c b/libslab/app-shell.c -index 3c33230..5f4af23 100644 ---- a/libslab/app-shell.c -+++ b/libslab/app-shell.c -@@ -987,8 +987,8 @@ static void handle_menu_action_performed (Tile * launcher, TileEvent * event, Ti - return TRUE; - } - -- /* discard mate-keyring-manager if CASA is installed */ -- if ((exec && !strcmp (exec, "mate-keyring-manager")) -+ /* discard gnome-keyring-manager if CASA is installed */ -+ if ((exec && !strcmp (exec, "gnome-keyring-manager")) - && (path = g_find_program_in_path ("CASAManager.sh"))) - { - g_free (path); |