Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/mate-control-center/files: mate-control-center-1.6.2-libsecret.patch
Date: Sat, 22 Mar 2014 20:52:11
Message-Id: 20140322205205.E4CA620051@flycatcher.gentoo.org
1 tomwij 14/03/22 20:52:05
2
3 Added: mate-control-center-1.6.2-libsecret.patch
4 Log:
5 New ebuild for mate-base/mate-control-center, the MATE Desktop configuration tool; imported from the mate-overlay, reviewed and adjusted.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch?rev=1.1&content-type=text/plain
14
15 Index: mate-control-center-1.6.2-libsecret.patch
16 ===================================================================
17 diff --git a/libslab/app-shell.c b/libslab/app-shell.c
18 index 3c33230..5f4af23 100644
19 --- a/libslab/app-shell.c
20 +++ b/libslab/app-shell.c
21 @@ -987,8 +987,8 @@ static void handle_menu_action_performed (Tile * launcher, TileEvent * event, Ti
22 return TRUE;
23 }
24
25 - /* discard mate-keyring-manager if CASA is installed */
26 - if ((exec && !strcmp (exec, "mate-keyring-manager"))
27 + /* discard gnome-keyring-manager if CASA is installed */
28 + if ((exec && !strcmp (exec, "gnome-keyring-manager"))
29 && (path = g_find_program_in_path ("CASAManager.sh")))
30 {
31 g_free (path);