aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_namestore_edit_a.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_namestore_edit_a.glade')
-rw-r--r--contrib/gnunet_namestore_edit_a.glade23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/gnunet_namestore_edit_a.glade b/contrib/gnunet_namestore_edit_a.glade
index 1c202d0a..d9afbe92 100644
--- a/contrib/gnunet_namestore_edit_a.glade
+++ b/contrib/gnunet_namestore_edit_a.glade
@@ -160,7 +160,6 @@
160 <property name="visible">True</property> 160 <property name="visible">True</property>
161 <property name="can_focus">False</property> 161 <property name="can_focus">False</property>
162 <property name="tooltip_text" translatable="yes">Select the desired zone for the record. Changing this value here will move the record to the selected zone.</property> 162 <property name="tooltip_text" translatable="yes">Select the desired zone for the record. Changing this value here will move the record to the selected zone.</property>
163 <property name="model">zone_liststore</property>
164 <property name="active">0</property> 163 <property name="active">0</property>
165 <property name="entry_text_column">0</property> 164 <property name="entry_text_column">0</property>
166 <child> 165 <child>
@@ -571,26 +570,4 @@
571 <action-widget response="-5">edit_dialog_save_button</action-widget> 570 <action-widget response="-5">edit_dialog_save_button</action-widget>
572 </action-widgets> 571 </action-widgets>
573 </object> 572 </object>
574 <object class="GtkListStore" id="zone_liststore">
575 <columns>
576 <!-- column-name zonename -->
577 <column type="gchararray"/>
578 <!-- column-name optionname -->
579 <column type="gchararray"/>
580 </columns>
581 <data>
582 <row>
583 <col id="0" translatable="yes">Master Zone</col>
584 <col id="1" translatable="no">ZONEKEY</col>
585 </row>
586 <row>
587 <col id="0" translatable="yes">Private Zone</col>
588 <col id="1" translatable="no">PRIVATE_ZONEKEY</col>
589 </row>
590 <row>
591 <col id="0" translatable="yes">Shorten Zone</col>
592 <col id="1" translatable="no">SHORTEN_ZONEKEY</col>
593 </row>
594 </data>
595 </object>
596</interface> 573</interface>