aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-02-10 01:19:58 +0000
committerChristian Grothoff <christian@grothoff.org>2008-02-10 01:19:58 +0000
commit493abd9ee5db4f77178557d82b427f48ac98c62c (patch)
tree35d37acc43426c19564365013ff0281ae4d2f630
parentaccfec98e7191394d6e80144b86c6716fbfe41e2 (diff)
downloadgnunet-gtk-493abd9ee5db4f77178557d82b427f48ac98c62c.tar.gz
gnunet-gtk-493abd9ee5db4f77178557d82b427f48ac98c62c.zip
fix
-rw-r--r--src/core/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 8515066f..790f88d9 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2005, 2006 Christian Grothoff (and other contributing authors) 3 (C) 2005, 2006, 2008 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -138,6 +138,8 @@ main (int argc, char *const *argv)
138 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "mainWindow"); 138 glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "mainWindow");
139 gtk_window_maximize (GTK_WINDOW (root)); 139 gtk_window_maximize (GTK_WINDOW (root));
140 gtk_widget_show (root); 140 gtk_widget_show (root);
141 gtk_window_present(GTK_WINDOW(root));
142
141 143
142 /* start the event loop */ 144 /* start the event loop */
143 gdk_threads_enter (); 145 gdk_threads_enter ();