You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
638 B
20 lines
638 B
17 years ago
|
Index: gconf/gconf-database.c
|
||
|
===================================================================
|
||
|
--- gconf/gconf-database.c (revision 2583)
|
||
|
+++ gconf/gconf-database.c (working copy)
|
||
|
@@ -1261,11 +1261,10 @@ gconf_database_notify_listeners (GConfDa
|
||
|
|
||
|
g_slist_free (closure.dead);
|
||
|
|
||
|
- if (notify_others)
|
||
|
+ if (modified_sources)
|
||
|
{
|
||
|
- g_return_if_fail (modified_sources != NULL);
|
||
|
-
|
||
|
- gconfd_notify_other_listeners (db, modified_sources, key);
|
||
|
+ if (notify_others)
|
||
|
+ gconfd_notify_other_listeners (db, modified_sources, key);
|
||
|
|
||
|
g_list_free (modified_sources->sources);
|
||
|
g_free (modified_sources);
|