gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3759 - GNUnet/src/setup/ncurses


From: grothoff
Subject: [GNUnet-SVN] r3759 - GNUnet/src/setup/ncurses
Date: Mon, 13 Nov 2006 19:00:29 -0800 (PST)

Author: grothoff
Date: 2006-11-13 19:00:26 -0800 (Mon, 13 Nov 2006)
New Revision: 3759

Modified:
   GNUnet/src/setup/ncurses/mconf.c
Log:
fixing mantis #1151

Modified: GNUnet/src/setup/ncurses/mconf.c
===================================================================
--- GNUnet/src/setup/ncurses/mconf.c    2006-11-14 02:56:38 UTC (rev 3758)
+++ GNUnet/src/setup/ncurses/mconf.c    2006-11-14 03:00:26 UTC (rev 3759)
@@ -20,7 +20,7 @@
 
 /**
  * @brief GNUnet Setup using dialog
- * @file conf/mconf.c
+ * @file setup/ncurses/mconf.c
  * @author Christian Grothoff
  */
 
@@ -205,6 +205,11 @@
          case DLG_EXIT_HELP:
            show_help(pos->option, pos->help);
            break;
+         case DLG_EXIT_CANCEL:
+         case DLG_EXIT_ERROR:
+         case DLG_EXIT_ESC:
+           FREE(fitem.text);   
+           return;
          default:
            break;
          }





reply via email to

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