AntiSpam Plugin. Add option to disable XHTML in pm and muc

This commit is contained in:
Denis Fomin
2012-08-20 12:33:38 +04:00
parent 8c258550c2
commit 3781246111
3 changed files with 62 additions and 3 deletions

View File

@@ -24,6 +24,36 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="disable_xhtml_muc_checkbutton">
<property name="label" translatable="yes">Disable xhtml in MUCs</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 remove XHTML from incomming multi-user chat messages</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_disable_xhtml_muc_checkbutton_toggled"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="disable_xhtml_pm_checkbutton">
<property name="label" translatable="yes">Disable xhtml in private messages</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 remove XHTML from incomming private messages</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_disable_xhtml_pm_checkbutton_toggled"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>