gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1740 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r1740 - GNUnet/src/conf
Date: Thu, 18 Aug 2005 11:57:08 -0700 (PDT)

Author: durner
Date: 2005-08-18 11:57:05 -0700 (Thu, 18 Aug 2005)
New Revision: 1740

Modified:
   GNUnet/src/conf/gconf.c
Log:
Hide console under Windows

Modified: GNUnet/src/conf/gconf.c
===================================================================
--- GNUnet/src/conf/gconf.c     2005-08-18 18:21:47 UTC (rev 1739)
+++ GNUnet/src/conf/gconf.c     2005-08-18 18:57:05 UTC (rev 1740)
@@ -1672,6 +1672,10 @@
   bind_textdomain_codeset(PACKAGE, "UTF-8");
   gtk_set_locale();
 
+#ifdef WINDOWS
+  FreeConsole();
+#endif
+
   /* add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps"); */
   /* add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps"); */
 





reply via email to

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