summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2001-02-04 07:08:46 +0000
committerTim Janik <timj@src.gnome.org>2001-02-04 07:08:46 +0000
commit2dfa121e063faff79f9044a9a464873d749ba078 (patch)
tree7b59bb9b5aa10cd42909fa9eaa2b731edf40afd0
parent536ff1011959ec9d98f502a230232f0c7ccb6602 (diff)
downloadgtk+-2dfa121e063faff79f9044a9a464873d749ba078.tar.gz
hell, what CVS magic is going on here?
-rw-r--r--gtk/gtkmain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index a7da30a618..f7f2d72cc0 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -437,8 +437,7 @@ gtk_init_check (int *argc,
gtk_visual = gdk_visual_get_system ();
gtk_colormap = gdk_colormap_get_system ();
- gtk_type_init ();
- gtk_signal_init ();
+ gtk_type_init (0);
gtk_rc_init ();