gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5941 - GNUnet/src/setup


From: gnunet
Subject: [GNUnet-SVN] r5941 - GNUnet/src/setup
Date: Sun, 16 Dec 2007 19:22:18 -0700 (MST)

Author: grothoff
Date: 2007-12-16 19:22:18 -0700 (Sun, 16 Dec 2007)
New Revision: 5941

Modified:
   GNUnet/src/setup/gnunet-setup.c
Log:
no non-wizard qt setup for now


Modified: GNUnet/src/setup/gnunet-setup.c
===================================================================
--- GNUnet/src/setup/gnunet-setup.c     2007-12-16 22:50:21 UTC (rev 5940)
+++ GNUnet/src/setup/gnunet-setup.c     2007-12-17 02:22:18 UTC (rev 5941)
@@ -204,7 +204,7 @@
   "|gconfig|wizard-gtk"
 #endif
 #if HAVE_QT
-  "|qconfig|wizard-qt"
+  "|wizard-qt"
 #endif
   "";
 
@@ -215,7 +215,6 @@
  */
 static const char *modules[] = {
   "gconfig", "setup_gtk", "gconf_main",
-  "qconfig", "setup_qt", "qconf_main",
   "menuconfig", "setup_curses", "mconf_main",
   "config", "setup_text", "main_",
   "wizard-curses", "setup_curses", "wizard_curs_main",
@@ -279,9 +278,6 @@
 #if HAVE_DIALOG
           operation = "menuconfig";
 #endif
-#if HAVE_QT
-          operation = "qconfig";
-#endif
 #if HAVE_GTK
           operation = "gconfig";
 #endif





reply via email to

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