diff options
Diffstat (limited to 'extra/gconf/gconf-reload (1).patch')
-rw-r--r-- | extra/gconf/gconf-reload (1).patch | 20 |
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; + } + |