Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ekiga/files: not-gnome.patch
Date: Tue, 09 Oct 2007 21:31:32
Message-Id: E1IfMWR-0000B4-EL@stork.gentoo.org
1 genstef 07/10/09 21:21:47
2
3 Added: not-gnome.patch
4 Log:
5 Fix USE=-gnome thanks to Charles Clément <caratorn@×××××.com> in bug 195227
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 net-im/ekiga/files/not-gnome.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekiga/files/not-gnome.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekiga/files/not-gnome.patch?rev=1.1&content-type=text/plain
13
14 Index: not-gnome.patch
15 ===================================================================
16 Index: ekiga-2.0.11/lib/gmconf/gmconf-glib.c
17 ===================================================================
18 --- ekiga-2.0.11.orig/lib/gmconf/gmconf-glib.c
19 +++ ekiga-2.0.11/lib/gmconf/gmconf-glib.c
20 @@ -1473,7 +1473,7 @@ gm_conf_destroy (const gchar *namespac)
21 }
22
23 gboolean
24 -gm_conf_is_key_writable (gchar *key)
25 +gm_conf_is_key_writable (const gchar *key)
26 {
27 g_return_val_if_fail (key != NULL, FALSE);
28
29
30
31
32 --
33 gentoo-commits@g.o mailing list