aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-10 14:35:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-10 14:35:48 +0000
commitd71fceb3b4332ce852b43964cd8c8bb5593aefc0 (patch)
tree4d6bfe83ef86c200a4e00616b93010274dc8b89b /contrib/gnunet_setup_gtk_main_window.glade
parenta44d6e2ab71e835341c2e23ef790d2df31f32d72 (diff)
downloadgnunet-gtk-d71fceb3b4332ce852b43964cd8c8bb5593aefc0.tar.gz
gnunet-gtk-d71fceb3b4332ce852b43964cd8c8bb5593aefc0.zip
-fixes towards working zone editor
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 561ccb40..589f8d36 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -4519,7 +4519,7 @@
4519 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo"> 4519 <object class="GtkCellRendererCombo" id="GNUNET_setup_gns_type_cellrenderercombo">
4520 <property name="model">GNUNET_setup_gns_type_liststore</property> 4520 <property name="model">GNUNET_setup_gns_type_liststore</property>
4521 <property name="text_column">1</property> 4521 <property name="text_column">1</property>
4522 <signal name="edited" handler="GNUNET_setup_gns_type_cellrenderercombo_edited_cb" swapped="no"/> 4522 <signal name="changed" handler="GNUNET_setup_gns_type_cellrenderercombo_changed_cb" swapped="no"/>
4523 </object> 4523 </object>
4524 <attributes> 4524 <attributes>
4525 <attribute name="visible">10</attribute> 4525 <attribute name="visible">10</attribute>
@@ -4741,6 +4741,8 @@
4741 <column type="gboolean"/> 4741 <column type="gboolean"/>
4742 <!-- column-name name_is_editable --> 4742 <!-- column-name name_is_editable -->
4743 <column type="gboolean"/> 4743 <column type="gboolean"/>
4744 <!-- column-name record_offset -->
4745 <column type="guint"/>
4744 </columns> 4746 </columns>
4745 </object> 4747 </object>
4746 <object class="GtkListStore" id="GNUNET_setup_gns_type_liststore"> 4748 <object class="GtkListStore" id="GNUNET_setup_gns_type_liststore">