]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- fix for shutdown in clean way
authorwitekfl <witekfl@pld-linux.org>
Thu, 9 Jun 2005 15:03:59 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2-shutdown.patch -> 1.1

GConf2-shutdown.patch [new file with mode: 0644]

diff --git a/GConf2-shutdown.patch b/GConf2-shutdown.patch
new file mode 100644 (file)
index 0000000..4e2c94e
--- /dev/null
@@ -0,0 +1,11 @@
+--- GConf-2.10.0.orig/gconf/gconfd.c   2005-02-06 22:35:21.000000000 +0100
++++ GConf-2.10.0/gconf/gconfd.c        2005-06-09 17:03:48.010021608 +0200
+@@ -1029,7 +1029,7 @@
+       if (db == default_db)
+       {
+         tmp_list = g_list_next (tmp_list);
+-        continue;
++        if (tmp_list) continue;
+       }
+       /* Drop any listeners whose clients are gone. */
This page took 0.100848 seconds and 4 git commands to generate.