aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_gns_gtk_main_window.glade8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade
index 440bd3d8..17929559 100644
--- a/contrib/gnunet_gns_gtk_main_window.glade
+++ b/contrib/gnunet_gns_gtk_main_window.glade
@@ -234,10 +234,10 @@
234 <property name="sort_column_id">0</property> 234 <property name="sort_column_id">0</property>
235 <child> 235 <child>
236 <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_name_cellrenderertext"> 236 <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_name_cellrenderertext">
237 <property name="editable">True</property>
238 <signal name="edited" handler="GNUNET_GNS_GTK_name_cellrenderertext_edited_cb" swapped="no"/> 237 <signal name="edited" handler="GNUNET_GNS_GTK_name_cellrenderertext_edited_cb" swapped="no"/>
239 </object> 238 </object>
240 <attributes> 239 <attributes>
240 <attribute name="editable">9</attribute>
241 <attribute name="text">0</attribute> 241 <attribute name="text">0</attribute>
242 </attributes> 242 </attributes>
243 </child> 243 </child>
@@ -275,6 +275,10 @@
275 <property name="text_column">1</property> 275 <property name="text_column">1</property>
276 <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/> 276 <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb" swapped="no"/>
277 </object> 277 </object>
278 <attributes>
279 <attribute name="text">3</attribute>
280 <attribute name="has-entry">2</attribute>
281 </attributes>
278 </child> 282 </child>
279 </object> 283 </object>
280 </child> 284 </child>
@@ -345,6 +349,8 @@
345 <column type="gchararray"/> 349 <column type="gchararray"/>
346 <!-- column-name value_color --> 350 <!-- column-name value_color -->
347 <column type="gchararray"/> 351 <column type="gchararray"/>
352 <!-- column-name name_is_editable -->
353 <column type="gboolean"/>
348 </columns> 354 </columns>
349 </object> 355 </object>
350 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore"> 356 <object class="GtkListStore" id="GNUNET_GNS_GTK_type_liststore">