summaryrefslogtreecommitdiffstats
path: root/extra/gconf/gconf-reload (1).patch
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-04-19 15:46:23 +0200
committersibel <sibel@free.fr>2010-04-19 15:46:23 +0200
commit688ade8e628f47ff03a5d09f269e59bcfcfe5a8c (patch)
tree411fb4dd444e1c54566fbfba87583b15b187cbc0 /extra/gconf/gconf-reload (1).patch
parentf95bb3b98c23b0fe7056a9a078112114deb3e777 (diff)
downloadnutyx-extra-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.gz
nutyx-extra-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.bz2
nutyx-extra-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.xz
nutyx-extra-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.zip
Maj de gconf#2.28.1-1
Diffstat (limited to 'extra/gconf/gconf-reload (1).patch')
-rw-r--r--extra/gconf/gconf-reload (1).patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/gconf/gconf-reload (1).patch b/extra/gconf/gconf-reload (1).patch
new file mode 100644
index 000000000..910f0dae4
--- /dev/null
+++ b/extra/gconf/gconf-reload (1).patch
@@ -0,0 +1,20 @@
+--- 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;
+ }
+