summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 000000000000..b66a9af83a6b
--- /dev/null
+++ b/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch
@@ -0,0 +1,15 @@
+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);