Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-xkb-plugin/files: xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
Date: Sun, 23 Aug 2009 16:09:51
Message-Id: E1MfFdc-0000fp-RW@stork.gentoo.org
1 ssuominen 09/08/23 16:09:48
2
3 Added: xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
4 Log:
5 Rename xfce4-xkb to xfce4-xkb-plugin.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch?rev=1.1&content-type=text/plain
13
14 Index: xfce4-xkb-plugin-0.5.3.3-libxklavier.patch
15 ===================================================================
16 diff -ur xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c
17 --- xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c 2009-03-06 15:16:03.000000000 +0200
18 +++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c 2009-07-20 18:40:34.000000000 +0300
19 @@ -150,7 +150,7 @@
20 config->application_map = g_hash_table_new (g_direct_hash, NULL);
21
22 registry = xkl_config_registry_get_instance (config->engine);
23 - xkl_config_registry_load (registry);
24 + xkl_config_registry_load (registry, FALSE);
25
26 config_item = xkl_config_item_new ();
27
28 @@ -547,7 +547,7 @@
29 if (!config) return NULL;
30
31 registry = xkl_config_registry_get_instance (config->engine);
32 - xkl_config_registry_load (registry);
33 + xkl_config_registry_load (registry, FALSE);
34
35 return registry;
36 }