aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-notifiers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/mozilla-notifiers.cpp')
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp11
1 files changed, 1 insertions, 10 deletions
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