aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-09-20 22:18:01 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-20 22:18:01 +0800
commit97bebf571d335e616028401389f36118e03f043d (patch)
tree9aa1d997a362dff4b0dfd6024ce5896587108dc6
parent1035bd4db9c5946dd188282de99584757a6ba5a4 (diff)
downloadgsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar.gz
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar.bz2
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar.lz
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar.xz
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.tar.zst
gsoc2013-epiphany-97bebf571d335e616028401389f36118e03f043d.zip
Use gconf_client_notify. Fixed bug #112882.
2003-09-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: Use gconf_client_notify. Fixed bug #112882.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp11
2 files changed, 7 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 251e49f80..a63eb752d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/mozilla-notifiers.cpp:
+
+ Use gconf_client_notify. Fixed bug #112882.
+
2003-09-20 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-location-entry.c: (ephy_location_entry_init):
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp
index 0b5867921..a7889c88a 100644
--- a/embed/mozilla/mozilla-notifiers.cpp
+++ b/embed/mozilla/mozilla-notifiers.cpp
@@ -379,16 +379,7 @@ add_notification_and_notify (GConfClient *client,
mozilla_notifiers = g_list_append (mozilla_notifiers,
GUINT_TO_POINTER (cnxn_id));
- entry = gconf_client_get_entry (client, key, NULL, TRUE, &error);
- if (eel_gconf_handle_error (&error))
- {
- return;
- }
- g_return_if_fail (entry != NULL);
-
- func (client, cnxn_id, entry, user_data);
-
- gconf_entry_free (entry);
+ gconf_client_notify (client, key);
}
void