aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index 2e3bff23..a195ea45 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -449,6 +449,18 @@
449 <property name="sort_column_id">0</property> 449 <property name="sort_column_id">0</property>
450 </object> 450 </object>
451 </child> 451 </child>
452 <child>
453 <object class="GtkTreeViewColumn" id="call_stateColumn">
454 <property name="title" translatable="yes">call_state</property>
455 <child>
456 <object class="GtkCellRendererText" id="GNUNET_CONVERSATION_GTK_active_call_state"/>
457 <attributes>
458 <attribute name="markup">6</attribute>
459 <attribute name="text">6</attribute>
460 </attributes>
461 </child>
462 </object>
463 </child>
452 </object> 464 </object>
453 </child> 465 </child>
454 </object> 466 </object>
@@ -933,6 +945,12 @@
933 <column type="gint"/> 945 <column type="gint"/>
934 <!-- column-name caller_state --> 946 <!-- column-name caller_state -->
935 <column type="gint"/> 947 <column type="gint"/>
948 <!-- column-name call -->
949 <column type="gpointer"/>
950 <!-- column-name call_state -->
951 <column type="gint"/>
952 <!-- column-name call_id -->
953 <column type="gint"/>
936 </columns> 954 </columns>
937 </object> 955 </object>
938 <object class="GtkListStore" id="gnunet_conversation_gtk_caller_id_zone_liststore"> 956 <object class="GtkListStore" id="gnunet_conversation_gtk_caller_id_zone_liststore">