summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-09-21 23:35:18 +0000
committerManish Singh <yosh@src.gnome.org>2004-09-21 23:35:18 +0000
commit1d3846451d0a087bea168f8be14ec01b1483c371 (patch)
tree055247eef1f255d956fa22afc3793aef19648698 /gtk/gtkmain.c
parent34059cf29396d88e2b0841445e4c2a01aa9e75e8 (diff)
downloadgdk-pixbuf-1d3846451d0a087bea168f8be14ec01b1483c371.tar.gz
remove now unused arg variables.
Tue Sep 21 16:27:19 2004 Manish Singh <yosh@gimp.org> * gdk/gdk.c: remove now unused arg variables. * gdk/gdkinternals.h: declare _gdk_windowing_init (). * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args () here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 529600be5..8a7ef3358 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -437,7 +437,7 @@ do_pre_parse_initialization (int *argc,
g_warning ("Locale not supported by C library.\n\tUsing the fallback 'C' locale.");
}
- gdk_pre_parse_libgtk_only ();
+ gdk_parse_args (argc, argv);
gdk_event_handler_set ((GdkEventFunc)gtk_main_do_event, NULL, NULL);
#ifdef G_ENABLE_DEBUG