gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25225 - in gnunet-gtk: contrib src/setup


From: gnunet
Subject: [GNUnet-SVN] r25225 - in gnunet-gtk: contrib src/setup
Date: Tue, 4 Dec 2012 14:43:41 +0100

Author: grothoff
Date: 2012-12-04 14:43:41 +0100 (Tue, 04 Dec 2012)
New Revision: 25225

Modified:
   gnunet-gtk/contrib/gnunet_setup_gns_edit_aaaa.glade
   gnunet-gtk/contrib/gnunet_setup_gns_edit_mx.glade
   gnunet-gtk/contrib/gnunet_setup_gns_edit_ns.glade
   gnunet-gtk/contrib/gnunet_setup_gns_edit_txt.glade
   gnunet-gtk/src/setup/gnunet-setup-gns-edit.c
Log:
-bugfixes in custom record editing dialogs

Modified: gnunet-gtk/contrib/gnunet_setup_gns_edit_aaaa.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_gns_edit_aaaa.glade 2012-12-04 13:33:16 UTC 
(rev 25224)
+++ gnunet-gtk/contrib/gnunet_setup_gns_edit_aaaa.glade 2012-12-04 13:43:41 UTC 
(rev 25225)
@@ -200,7 +200,7 @@
                         <property name="can_focus">True</property>
                         <property name="has_focus">True</property>
                         <property name="tooltip_text" translatable="yes">Enter 
the IPv6 address for the A record here. The format is the usual format (i.e. 
::1).</property>
-                        <property name="max_length">15</property>
+                        <property name="max_length">45</property>
                         <property name="invisible_char">●</property>
                         <property 
name="primary_icon_activatable">False</property>
                         <property 
name="secondary_icon_activatable">False</property>

Modified: gnunet-gtk/contrib/gnunet_setup_gns_edit_mx.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_gns_edit_mx.glade   2012-12-04 13:33:16 UTC 
(rev 25224)
+++ gnunet-gtk/contrib/gnunet_setup_gns_edit_mx.glade   2012-12-04 13:43:41 UTC 
(rev 25225)
@@ -34,6 +34,11 @@
       </row>
     </data>
   </object>
+  <object class="GtkAdjustment" id="mx_distance_adjustment">
+    <property name="upper">65535</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
   <object class="GtkListStore" id="zone_liststore">
     <columns>
       <!-- column-name zonename -->
@@ -230,7 +235,7 @@
                 <property name="top_padding">4</property>
                 <property name="left_padding">12</property>
                 <child>
-                  <object class="GtkVBox" id="edit_dialog_mx_hbox">
+                  <object class="GtkHBox" id="edit_dialog_mx_hbox">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <child>
@@ -275,6 +280,8 @@
                         <property 
name="secondary_icon_activatable">False</property>
                         <property name="primary_icon_sensitive">True</property>
                         <property 
name="secondary_icon_sensitive">True</property>
+                        <property 
name="adjustment">mx_distance_adjustment</property>
+                        <property name="numeric">True</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>

Modified: gnunet-gtk/contrib/gnunet_setup_gns_edit_ns.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_gns_edit_ns.glade   2012-12-04 13:33:16 UTC 
(rev 25224)
+++ gnunet-gtk/contrib/gnunet_setup_gns_edit_ns.glade   2012-12-04 13:43:41 UTC 
(rev 25225)
@@ -239,7 +239,7 @@
                         <property name="can_focus">True</property>
                         <property name="has_focus">True</property>
                         <property name="tooltip_text" translatable="yes">Enter 
the name of the DNS nameserver for the subzone.</property>
-                        <property name="max_length">15</property>
+                        <property name="max_length">253</property>
                         <property name="invisible_char">●</property>
                         <property 
name="primary_icon_activatable">False</property>
                         <property 
name="secondary_icon_activatable">False</property>

Modified: gnunet-gtk/contrib/gnunet_setup_gns_edit_txt.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_gns_edit_txt.glade  2012-12-04 13:33:16 UTC 
(rev 25224)
+++ gnunet-gtk/contrib/gnunet_setup_gns_edit_txt.glade  2012-12-04 13:43:41 UTC 
(rev 25225)
@@ -239,7 +239,7 @@
                         <property name="can_focus">True</property>
                         <property name="has_focus">True</property>
                         <property name="tooltip_text" translatable="yes">Enter 
the IPv4 address for the A record here. The format is the usual dotted-decimal 
format (i.e. 127.0.0.1).</property>
-                        <property name="max_length">15</property>
+                        <property name="max_length">0</property>
                         <property name="invisible_char">●</property>
                         <property 
name="primary_icon_activatable">False</property>
                         <property 
name="secondary_icon_activatable">False</property>

Modified: gnunet-gtk/src/setup/gnunet-setup-gns-edit.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-gns-edit.c        2012-12-04 13:33:16 UTC 
(rev 25224)
+++ gnunet-gtk/src/setup/gnunet-setup-gns-edit.c        2012-12-04 13:43:41 UTC 
(rev 25225)
@@ -641,7 +641,7 @@
 {
   struct EditDialogContext *edc = user_data;
 
-  edit_dialog_a_validity_check (edc);
+  edit_dialog_aaaa_validity_check (edc);
 }
 
 




reply via email to

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