gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23558 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r23558 - gnunet-gtk/src/setup
Date: Sun, 2 Sep 2012 19:55:04 +0200

Author: grothoff
Date: 2012-09-02 19:55:04 +0200 (Sun, 02 Sep 2012)
New Revision: 23558

Modified:
   gnunet-gtk/src/setup/gnunet-setup-options.c
Log:
bratao: The UDP advertised port is not saved, because 
"GNUNET_setup_transport_udp_advertised_port_spinbutton" is not specified on 
option_specifications in gnunet-setup-options.c -- patch.


Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2012-09-02 16:33:28 UTC (rev 
23557)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2012-09-02 17:55:04 UTC (rev 
23558)
@@ -1362,6 +1362,18 @@
    &save_number, NULL,
    NULL, NULL,
    NULL},
+   
+  {
+   "GNUNET_setup_transport_udp_advertised_port_spinbutton",
+   "value-changed",
+   "transport-udp",
+   "ADVERTISED_PORT",
+   gettext_noop ("Port visible to other peers"),
+   "https://gnunet.org/configuration-udp";,
+   &load_number,
+   &save_number, NULL,
+   NULL, NULL,
+   NULL},
 
   {
    "GNUNET_setup_transport_http_port_spinbutton",




reply via email to

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