]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- included in sources
authorfreetz <freetz@pld-linux.org>
Thu, 7 Jul 2005 11:16:07 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2-shutdown.patch -> 1.3

GConf2-shutdown.patch [deleted file]

diff --git a/GConf2-shutdown.patch b/GConf2-shutdown.patch
deleted file mode 100644 (file)
index 1a61e00..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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
-@@ -1150,8 +1150,12 @@ no_databases_in_use (void)
-   /* Only the default database still open, and
-    * it has no listeners
-    */
--  return db_list == NULL &&
--    gconf_listeners_count (default_db->listeners) == 0;
-+  if (db_list != NULL &&
-+      db_list->data == default_db &&
-+      db_list->next == NULL)
-+    return gconf_listeners_count (default_db->listeners) == 0;
-+
-+  return FALSE;
- }
- void
This page took 0.137118 seconds and 4 git commands to generate.