summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-09-13 16:00:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-13 16:00:00 +0000
commite0ac74f4973e2da79c2bbb29c57611e9af362600 (patch)
treed3cc122fd2e74d7354b21c68180f6658fd56d930 /gtk/gtkmain.c
parent22c9f6e83f2b8fb32ec14de5be91ae74422f29f9 (diff)
downloadgdk-pixbuf-e0ac74f4973e2da79c2bbb29c57611e9af362600.tar.gz
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.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 9f2baa483..265f6fb0f 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -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 */