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

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2012-08-26 01:10:55 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-08-26 01:10:55 +0400
commit5c97bb1b35b960ea73f65b558f01a4617a3a1715 (patch)
tree86bbf51e35aabdd24c0a4cb0a23a4552423bc055 /anti_spam/config_dialog.ui
parentab23296207da799d18fea9e47de3359f0ae5be29 (diff)
[Anti-Spam] add ability to block subscription request
Diffstat (limited to 'anti_spam/config_dialog.ui')
-rw-r--r--anti_spam/config_dialog.ui19
1 files changed, 17 insertions, 2 deletions
diff --git a/anti_spam/config_dialog.ui b/anti_spam/config_dialog.ui
index 034202d..14f3850 100644
--- a/anti_spam/config_dialog.ui
+++ b/anti_spam/config_dialog.ui
@@ -30,7 +30,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">If checked, Gajim will remove XHTML from incomming multi-user chat messages</property>
+ <property name="tooltip_text" translatable="yes">If checked, Gajim will remove XHTML from incoming multi-user chat messages</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_disable_xhtml_muc_checkbutton_toggled"/>
</object>
@@ -45,7 +45,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">If checked, Gajim will remove XHTML from incomming private messages</property>
+ <property name="tooltip_text" translatable="yes">If checked, Gajim will remove XHTML from incoming private messages</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_disable_xhtml_pm_checkbutton_toggled"/>
</object>
@@ -54,6 +54,21 @@
<property name="position">2</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="block_subscription_requests_checkbutton">
+ <property name="label" translatable="yes">Block incoming subscription requests</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">If checked, Gajim will block incoming subscription requests</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_block_subscription_requests_checkbutton_toggled"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
</object>
</child>
</object>