From a45b1a73240ff4505022dac654bc3944411bfc2d Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 22 Feb 2012 17:20:53 +0100 Subject: gconf dans extra --- gconf/gconf-reload.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 gconf/gconf-reload.patch (limited to 'gconf/gconf-reload.patch') diff --git a/gconf/gconf-reload.patch b/gconf/gconf-reload.patch deleted file mode 100644 index 910f0da..0000000 --- a/gconf/gconf-reload.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- GConf-2.16.0/gconf/gconftool.c.orig 2006-10-14 17:37:14.000000000 +0000 -+++ GConf-2.16.0/gconf/gconftool.c 2006-10-14 17:39:27.000000000 +0000 -@@ -963,6 +963,8 @@ main (int argc, char** argv) - - gconf_engine_unref (conf); - -+ g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONF_SERVERDIR "/" GCONFD, NULL, NULL, NULL, NULL); -+ - return retval; - } - -@@ -975,6 +977,8 @@ main (int argc, char** argv) - - gconf_engine_unref (conf); - -+ g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONF_SERVERDIR "/" GCONFD, NULL, NULL, NULL, NULL); -+ - return retval; - } - -- cgit v1.2.3-54-g00ecf