aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
authoryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-01-22 16:41:51 +0000
committeryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-01-22 16:41:51 +0000
commit916ec41556d38c4fbdd6f32b36d79933374c3db6 (patch)
treea4403fce6812a3f4cafcc5de9e35d4246ef7a00a /contrib/gnunet_conversation_gtk_main_window.glade
parenta076abb5744106eeef18a78db8a0bdb179a4d0c3 (diff)
downloadgnunet-gtk-916ec41556d38c4fbdd6f32b36d79933374c3db6.tar.gz
gnunet-gtk-916ec41556d38c4fbdd6f32b36d79933374c3db6.zip
fixed logging window
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade22
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>