diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index f60f391e..7b6f62d8 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -236,7 +236,8 @@ | |||
236 | <object class="GtkComboBox" id="gnunet_conversation_gtk_outgoing_zone_combobox"> | 236 | <object class="GtkComboBox" id="gnunet_conversation_gtk_outgoing_zone_combobox"> |
237 | <property name="visible">True</property> | 237 | <property name="visible">True</property> |
238 | <property name="can_focus">False</property> | 238 | <property name="can_focus">False</property> |
239 | <property name="model">gnunet_conversation_gtk_outgoing_zone_liststore</property> | 239 | <property name="model">gnunet_conversation_gtk_contacts_zone_liststore</property> |
240 | <signal name="changed" handler="gnunet_conversation_gtk_outgoing_zone_combobox_changed_cb" swapped="no"/> | ||
240 | <child> | 241 | <child> |
241 | <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/> | 242 | <object class="GtkCellRendererText" id="gnunet_conversation_gtk_outgoing_zone_ego_name_cellrenderertext"/> |
242 | <attributes> | 243 | <attributes> |
@@ -387,12 +388,13 @@ | |||
387 | </child> | 388 | </child> |
388 | <child> | 389 | <child> |
389 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> | 390 | <object class="GtkButton" id="GNUNET_GTK_conversation_use_current_button"> |
390 | <property name="label" translatable="yes">>contact</property> | 391 | <property name="label" translatable="yes">import Addr</property> |
391 | <property name="use_action_appearance">False</property> | 392 | <property name="use_action_appearance">False</property> |
392 | <property name="visible">True</property> | 393 | <property name="visible">True</property> |
393 | <property name="can_focus">True</property> | 394 | <property name="can_focus">True</property> |
394 | <property name="receives_default">True</property> | 395 | <property name="receives_default">True</property> |
395 | <property name="use_action_appearance">False</property> | 396 | <property name="use_action_appearance">False</property> |
397 | <property name="xalign">0.4699999988079071</property> | ||
396 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> | 398 | <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_current_clicked" swapped="no"/> |
397 | </object> | 399 | </object> |
398 | <packing> | 400 | <packing> |