From 164d34f58d39f7b267b570ad3e467fff0bf49eb7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 7 Aug 2003 17:07:20 +0000 Subject: *** empty log message *** --- embed/mozilla/mozilla-notifiers.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'embed') diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index d8e63023d..e267d3423 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -245,6 +245,8 @@ mozilla_font_size_notifier (GConfClient *client, { char key[255]; + if (entry->value == NULL) return; + sprintf (key, "font.%s", pref); mozilla_prefs_set_int (key, eel_gconf_get_integer (entry->key)); @@ -314,6 +316,8 @@ mozilla_font_notifier (GConfClient *client, { char key[255]; char *name; + + if (entry->value == NULL) return; sprintf (key, "font.name.%s", pref); -- cgit v1.2.3