Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-01-27 19:23:37 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-01-27 19:23:37 +0300
commitebf9407c5de2fef6d3a7dec0c89e5d206670e1de (patch)
treec41efc156f62ea7a77ae1c1b2ef830b5e0fd39db /data/gui/add_new_contact_window.ui
parentd8c3e6f39f5647221fc7472bc5aea0c47bfd1529 (diff)
improve subscription request message, ability to save it. Fixes #2176
Diffstat (limited to 'data/gui/add_new_contact_window.ui')
-rw-r--r--data/gui/add_new_contact_window.ui20
1 files changed, 17 insertions, 3 deletions
diff --git a/data/gui/add_new_contact_window.ui b/data/gui/add_new_contact_window.ui
index 41d642778..79d5b3413 100644
--- a/data/gui/add_new_contact_window.ui
+++ b/data/gui/add_new_contact_window.ui
@@ -44,6 +44,7 @@
<object class="GtkComboBox" id="account_combobox">
<property name="visible">True</property>
<property name="model">liststore3</property>
+ <signal name="changed" handler="on_account_combobox_changed"/>
<child>
<object class="GtkCellRendererText" id="cellrenderertext3"/>
<attributes>
@@ -257,6 +258,19 @@
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="save_message_checkbutton">
+ <property name="label" translatable="yes">_Save subscription message</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="position">6</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkHBox" id="register_hbox">
<property name="visible">True</property>
<property name="no_show_all">True</property>
@@ -293,7 +307,7 @@ proceed.</property>
</child>
</object>
<packing>
- <property name="position">6</property>
+ <property name="position">7</property>
</packing>
</child>
<child>
@@ -306,7 +320,7 @@ to add a contact from this protocol.</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">7</property>
+ <property name="position">8</property>
</packing>
</child>
<child>
@@ -352,7 +366,7 @@ to add a contact from this protocol.</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">8</property>
+ <property name="position">9</property>
</packing>
</child>
</object>