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
path: root/data
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2014-11-11 18:03:26 +0300
committerYann Leboulanger <asterix@lagaule.org>2014-11-11 18:03:26 +0300
commit7bc2cbe47847f0fe697586ccde15d4d3af94b99e (patch)
tree2758625c675fd5461754680fdf98c6074de93859 /data
parent93b806d19423b4801598c8667166c62fbbd3662e (diff)
Add GUI option for message carbons
Diffstat (limited to 'data')
-rw-r--r--data/gui/accounts_window.ui18
1 files changed, 17 insertions, 1 deletions
diff --git a/data/gui/accounts_window.ui b/data/gui/accounts_window.ui
index ff23dadd5..74177230f 100644
--- a/data/gui/accounts_window.ui
+++ b/data/gui/accounts_window.ui
@@ -573,6 +573,22 @@
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="carbons_checkbutton1">
+ <property name="label" translatable="yes">Receive conversations from other resources (If server supports it)</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>
+ <signal name="toggled" handler="on_carbons_checkbutton_toggled"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkCheckButton" id="use_ft_proxies_checkbutton1">
<property name="label" translatable="yes">Use file transfer proxies</property>
<property name="visible">True</property>
@@ -586,7 +602,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
</object>