RosterTweaksPlugin. Added ability align the height of contacts in roster.(always show contact status)

This commit is contained in:
Denis Fomin
2012-08-22 23:52:13 +04:00
parent 3781246111
commit 8a2526833e
2 changed files with 42 additions and 1 deletions

View File

@@ -51,6 +51,20 @@
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="contact_status_subs">
<property name="label" translatable="yes">Always show contacts status substrings</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_contact_status_subs_toggled"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>