gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6210 - gnunet-gtk/src/core


From: gnunet
Subject: [GNUnet-SVN] r6210 - gnunet-gtk/src/core
Date: Sat, 9 Feb 2008 18:19:59 -0700 (MST)

Author: grothoff
Date: 2008-02-09 18:19:58 -0700 (Sat, 09 Feb 2008)
New Revision: 6210

Modified:
   gnunet-gtk/src/core/main.c
Log:
fix

Modified: gnunet-gtk/src/core/main.c
===================================================================
--- gnunet-gtk/src/core/main.c  2008-02-10 01:00:34 UTC (rev 6209)
+++ gnunet-gtk/src/core/main.c  2008-02-10 01:19:58 UTC (rev 6210)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2005, 2006 Christian Grothoff (and other contributing authors)
+     (C) 2005, 2006, 2008 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -138,6 +138,8 @@
     glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "mainWindow");
   gtk_window_maximize (GTK_WINDOW (root));
   gtk_widget_show (root);
+  gtk_window_present(GTK_WINDOW(root));
+  
 
   /* start the event loop */
   gdk_threads_enter ();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]