aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 6536f10c..dc5bc596 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -61,11 +61,12 @@
61 </packing> 61 </packing>
62 </child> 62 </child>
63 <child> 63 <child>
64 <object class="GtkComboBox" id="_GNUNET_GTK_edit_publication_type_combo"> 64 <object class="GtkComboBox" id="GNUNET_GTK_edit_publication_type_combo">
65 <property name="visible">True</property> 65 <property name="visible">True</property>
66 <property name="can_focus">False</property> 66 <property name="can_focus">False</property>
67 <property name="model">GNUNET_GTK_publication_types_liststore</property> 67 <property name="model">GNUNET_GTK_publication_types_liststore</property>
68 <property name="active">0</property> 68 <property name="active">0</property>
69 <signal name="changed" handler="GNUNET_GTK_edit_publication_type_combo_changed_cb" swapped="no"/>
69 <child> 70 <child>
70 <object class="GtkCellRendererText" id="cellrenderertext2"/> 71 <object class="GtkCellRendererText" id="cellrenderertext2"/>
71 <attributes> 72 <attributes>
@@ -2165,12 +2166,12 @@
2165 <columns> 2166 <columns>
2166 <!-- column-name Type --> 2167 <!-- column-name Type -->
2167 <column type="gint"/> 2168 <column type="gint"/>
2168 <!-- column-name Type1 --> 2169 <!-- column-name Type_name -->
2169 <column type="gchararray"/> 2170 <column type="gchararray"/>
2170 </columns> 2171 </columns>
2171 <data> 2172 <data>
2172 <row> 2173 <row>
2173 <col id="0">-1</col> 2174 <col id="0">0</col>
2174 <col id="1" translatable="yes">Generic</col> 2175 <col id="1" translatable="yes">Generic</col>
2175 </row> 2176 </row>
2176 <row> 2177 <row>