diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index f23b3168..4bdd831c 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -2,6 +2,14 @@ | |||
2 | <interface> | 2 | <interface> |
3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
4 | <object class="GtkAction" id="action1"/> | 4 | <object class="GtkAction" id="action1"/> |
5 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
6 | <columns> | ||
7 | <!-- column-name contactName --> | ||
8 | <column type="gchararray"/> | ||
9 | <!-- column-name contactType --> | ||
10 | <column type="gchararray"/> | ||
11 | </columns> | ||
12 | </object> | ||
5 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> | 13 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> |
6 | <columns> | 14 | <columns> |
7 | <!-- column-name ego_name --> | 15 | <!-- column-name ego_name --> |
@@ -224,6 +232,21 @@ | |||
224 | </packing> | 232 | </packing> |
225 | </child> | 233 | </child> |
226 | <child> | 234 | <child> |
235 | <object class="GtkLabel" id="GNUNET_CONVERSATION_GTK_my_address"> | ||
236 | <property name="visible">True</property> | ||
237 | <property name="can_focus">False</property> | ||
238 | <property name="tooltip_text" translatable="yes">This is the address the phone is listening on.</property> | ||
239 | <property name="label" translatable="yes">my address</property> | ||
240 | <property name="selectable">True</property> | ||
241 | <property name="single_line_mode">True</property> | ||
242 | </object> | ||
243 | <packing> | ||
244 | <property name="expand">False</property> | ||
245 | <property name="fill">True</property> | ||
246 | <property name="position">1</property> | ||
247 | </packing> | ||
248 | </child> | ||
249 | <child> | ||
227 | <object class="GtkBox" id="outgoing_ego_chooser_box"> | 250 | <object class="GtkBox" id="outgoing_ego_chooser_box"> |
228 | <property name="visible">True</property> | 251 | <property name="visible">True</property> |
229 | <property name="can_focus">False</property> | 252 | <property name="can_focus">False</property> |
@@ -265,7 +288,7 @@ | |||
265 | <packing> | 288 | <packing> |
266 | <property name="expand">False</property> | 289 | <property name="expand">False</property> |
267 | <property name="fill">True</property> | 290 | <property name="fill">True</property> |
268 | <property name="position">1</property> | 291 | <property name="position">2</property> |
269 | </packing> | 292 | </packing> |
270 | </child> | 293 | </child> |
271 | <child> | 294 | <child> |
@@ -543,7 +566,7 @@ | |||
543 | <packing> | 566 | <packing> |
544 | <property name="expand">False</property> | 567 | <property name="expand">False</property> |
545 | <property name="fill">True</property> | 568 | <property name="fill">True</property> |
546 | <property name="position">2</property> | 569 | <property name="position">3</property> |
547 | </packing> | 570 | </packing> |
548 | </child> | 571 | </child> |
549 | </object> | 572 | </object> |
@@ -899,14 +922,6 @@ | |||
899 | <column type="gint"/> | 922 | <column type="gint"/> |
900 | </columns> | 923 | </columns> |
901 | </object> | 924 | </object> |
902 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
903 | <columns> | ||
904 | <!-- column-name contactName --> | ||
905 | <column type="gchararray"/> | ||
906 | <!-- column-name contactType --> | ||
907 | <column type="gchararray"/> | ||
908 | </columns> | ||
909 | </object> | ||
910 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> | 925 | <object class="GtkListStore" id="gnunet_conversation_gtk_history_liststore"> |
911 | <columns> | 926 | <columns> |
912 | <!-- column-name logTime --> | 927 | <!-- column-name logTime --> |