diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | lib/eel-gconf-extensions.c | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -2,7 +2,13 @@ * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): - Don't abort on errors, just display a message on console. + Remove unused variable. + +2004-04-07 Christian Persch <chpe@cvs.gnome.org> + + * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): + + Don't abort on errors, just display a message on console. Fixes bug #139247. 2004-04-06 Piers Cornwell <piers@gnome.org> diff --git a/lib/eel-gconf-extensions.c b/lib/eel-gconf-extensions.c index 5b4d3b89a..b3dc0ac63 100644 --- a/lib/eel-gconf-extensions.c +++ b/lib/eel-gconf-extensions.c @@ -75,8 +75,6 @@ eel_gconf_client_get_global (void) gboolean eel_gconf_handle_error (GError **error) { - char *message; - g_return_val_if_fail (error != NULL, FALSE); if (*error != NULL) { |