aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gns_edit_a.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gns_edit_a.glade')
-rw-r--r--contrib/gnunet_setup_gns_edit_a.glade11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/gnunet_setup_gns_edit_a.glade b/contrib/gnunet_setup_gns_edit_a.glade
index d769173b..97b7526d 100644
--- a/contrib/gnunet_setup_gns_edit_a.glade
+++ b/contrib/gnunet_setup_gns_edit_a.glade
@@ -528,12 +528,15 @@
528 <object class="GtkComboBox" id="edit_dialog_expiration_relative_combobox"> 528 <object class="GtkComboBox" id="edit_dialog_expiration_relative_combobox">
529 <property name="visible">True</property> 529 <property name="visible">True</property>
530 <property name="can_focus">False</property> 530 <property name="can_focus">False</property>
531 <property name="tooltip_text" translatable="yes">Relative expiration time of the record. The syntax is a number followed by a space and a time unit, possibly followed by additional numbers and time units. For example, you can specify "1 d" or "6 h 30 m 15 s". Use the drop-down menu to select from a set of common defaults.</property> 531 <property name="tooltip_text" translatable="yes">Relative expiration time of the record. The syntax is a number followed by a space and a time unit, possibly followed by additional numbers and time units. For example, you can specify "1 d" or "6 h 30 m 15 s". Use the drop-down menu to select from a set of common defaults. (Editing is not possible right now as Gtk2 and Gtk3 use incompatible ways for doing this.) </property>
532 <property name="model">edit_dialog_expiration_relative_liststore</property> 532 <property name="model">edit_dialog_expiration_relative_liststore</property>
533 <property name="has_entry">True</property>
534 <property name="entry_text_column">0</property> 533 <property name="entry_text_column">0</property>
535 <signal name="changed" handler="GNS_edit_dialog_expiration_relative_combobox_changed_cb" swapped="no"/> 534 <child>
536 <signal name="editing-done" handler="GNS_edit_dialog_expiration_relative_combobox_editing_done_cb" swapped="no"/> 535 <object class="GtkCellRendererText" id="edit_dialog_expiration_relative_combobox_cellrenderertext"/>
536 <attributes>
537 <attribute name="text">0</attribute>
538 </attributes>
539 </child>
537 </object> 540 </object>
538 <packing> 541 <packing>
539 <property name="expand">True</property> 542 <property name="expand">True</property>