Fix some problems reported by Morten Welinder:
2004-09-13 Matthias Clasen <mclasen@redhat.com> Fix some problems reported by Morten Welinder: * gtk/gtkfilesystem.c: Include gtkmodules.h, not gtkmain.h, since the modules stuff moved. * gtk/gtkmain.c (gtk_arg_no_debug_cb): Add a missing return * gtk/gtksettings.c: Add missing include. (settings_update_modules): Remove an unused variable.
This commit is contained in:
committed by
Matthias Clasen
parent
22c9f6e83f
commit
e0ac74f497
@ -367,6 +367,8 @@ gtk_arg_no_debug_cb (const char *key, const char *value, gpointer user_data)
|
||||
gtk_debug_flags &= ~g_parse_debug_string (value,
|
||||
gtk_debug_keys,
|
||||
gtk_ndebug_keys);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif /* G_ENABLE_DEBUG */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user