From c60b643201ddacef97effc8d01cd24af8fca1849 Mon Sep 17 00:00:00 2001 From: freetz Date: Thu, 7 Jul 2005 11:16:07 +0000 Subject: [PATCH] - included in sources Changed files: GConf2-shutdown.patch -> 1.3 --- GConf2-shutdown.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 GConf2-shutdown.patch diff --git a/GConf2-shutdown.patch b/GConf2-shutdown.patch deleted file mode 100644 index 1a61e00..0000000 --- a/GConf2-shutdown.patch +++ /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 -- 2.43.0