diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index d0ae9050..d36b755b 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -588,7 +588,7 @@ | |||
588 | <property name="can_focus">False</property> | 588 | <property name="can_focus">False</property> |
589 | <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property> | 589 | <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property> |
590 | <property name="tearoff_title">Phonebook:</property> | 590 | <property name="tearoff_title">Phonebook:</property> |
591 | <signal name="changed" handler="gnunet_conversation_gtk_zone_combobox_changed_cb" swapped="no"/> | 591 | <signal name="changed" handler="gnunet_conversation_gtk_contacts_zone_combobox_changed_cb" swapped="no"/> |
592 | <child> | 592 | <child> |
593 | <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contacts_zone_ego_name_cellrenderertext"/> | 593 | <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contacts_zone_ego_name_cellrenderertext"/> |
594 | <attributes> | 594 | <attributes> |
@@ -809,6 +809,12 @@ | |||
809 | </row> | 809 | </row> |
810 | </data> | 810 | </data> |
811 | </object> | 811 | </object> |
812 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_zone_treestore"> | ||
813 | <columns> | ||
814 | <!-- column-name zone --> | ||
815 | <column type="gchararray"/> | ||
816 | </columns> | ||
817 | </object> | ||
812 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | 818 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> |
813 | <columns> | 819 | <columns> |
814 | <!-- column-name logTime --> | 820 | <!-- column-name logTime --> |
@@ -833,10 +839,4 @@ | |||
833 | </row> | 839 | </row> |
834 | </data> | 840 | </data> |
835 | </object> | 841 | </object> |
836 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_zone_treestore"> | ||
837 | <columns> | ||
838 | <!-- column-name zone --> | ||
839 | <column type="gchararray"/> | ||
840 | </columns> | ||
841 | </object> | ||
842 | </interface> | 842 | </interface> |