roster_tweaks. Added ability to quickly change the status message to all connected accounts.

This commit is contained in:
Denis Fomin
2010-10-28 13:19:37 +04:00
parent f42004817c
commit 80c42099f2
3 changed files with 49 additions and 7 deletions

View File

@@ -39,6 +39,20 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="quick_status">
<property name="label" translatable="yes">Show quick-change status field</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_quick_status_toggled"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>