diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index c7a97f5a..ee3484d0 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -1,13 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <interface> | 2 | <interface> |
3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
4 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | 4 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> |
5 | <columns> | 5 | <columns> |
6 | <!-- column-name logTime --> | 6 | <!-- column-name contactName --> |
7 | <column type="gchararray"/> | ||
8 | <!-- column-name logEvent --> | ||
9 | <column type="gchararray"/> | 7 | <column type="gchararray"/> |
10 | <!-- column-name logContact --> | 8 | <!-- column-name contactType --> |
11 | <column type="gchararray"/> | 9 | <column type="gchararray"/> |
12 | </columns> | 10 | </columns> |
13 | </object> | 11 | </object> |
@@ -236,7 +234,7 @@ | |||
236 | <property name="hscrollbar_policy">always</property> | 234 | <property name="hscrollbar_policy">always</property> |
237 | <property name="shadow_type">in</property> | 235 | <property name="shadow_type">in</property> |
238 | <child> | 236 | <child> |
239 | <object class="GtkTextView" id="GNUNET_GTK_conversation_history"> | 237 | <object class="GtkTextView" id="GNUNET_GTK_conversation_log"> |
240 | <property name="visible">True</property> | 238 | <property name="visible">True</property> |
241 | <property name="can_focus">True</property> | 239 | <property name="can_focus">True</property> |
242 | <property name="editable">False</property> | 240 | <property name="editable">False</property> |
@@ -424,17 +422,19 @@ | |||
424 | </object> | 422 | </object> |
425 | </child> | 423 | </child> |
426 | </object> | 424 | </object> |
427 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | 425 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> |
428 | <columns> | 426 | <columns> |
429 | <!-- column-name contactName --> | 427 | <!-- column-name contactName --> |
430 | <column type="gchararray"/> | 428 | <column type="gchararray"/> |
431 | <!-- column-name contactType --> | ||
432 | <column type="gchararray"/> | ||
433 | </columns> | 429 | </columns> |
434 | </object> | 430 | </object> |
435 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> | 431 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> |
436 | <columns> | 432 | <columns> |
437 | <!-- column-name contactName --> | 433 | <!-- column-name logTime --> |
434 | <column type="gchararray"/> | ||
435 | <!-- column-name logEvent --> | ||
436 | <column type="gchararray"/> | ||
437 | <!-- column-name logContact --> | ||
438 | <column type="gchararray"/> | 438 | <column type="gchararray"/> |
439 | </columns> | 439 | </columns> |
440 | </object> | 440 | </object> |