| 76 | | <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> |
| 77 | | <property name="visible">True</property> |
| 78 | | <property name="can_focus">True</property> |
| 79 | | <property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupchats by their status and not by the shown name</property> |
| 80 | | <property name="label" translatable="yes">_Sort contacts by status</property> |
| | 76 | <widget class="GtkCheckButton" id="show_mood_in_roster_checkbutton"> |
| | 77 | <property name="visible">True</property> |
| | 78 | <property name="can_focus">True</property> |
| | 79 | <property name="tooltip" translatable="yes">If checked, Gajim will display status messages of contacts under the contact name in roster window and in group chats</property> |
| | 80 | <property name="label" translatable="yes">Display m_ood of contacts in roster</property> |
| | 90 | </packing> |
| | 91 | </child> |
| | 92 | <child> |
| | 93 | <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> |
| | 94 | <property name="visible">True</property> |
| | 95 | <property name="can_focus">True</property> |
| | 96 | <property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupchats by their status and not by the shown name</property> |
| | 97 | <property name="label" translatable="yes">_Sort contacts by status</property> |
| | 98 | <property name="use_underline">True</property> |
| | 99 | <property name="response_id">0</property> |
| | 100 | <property name="draw_indicator">True</property> |
| | 101 | <signal name="toggled" handler="on_sort_by_show_checkbutton_toggled"/> |
| | 102 | </widget> |
| | 103 | <packing> |
| | 104 | <property name="expand">False</property> |
| | 105 | <property name="fill">False</property> |
| | 106 | <property name="position">3</property> |