diff options
Diffstat (limited to 'src/empathy-preferences.ui')
-rw-r--r-- | src/empathy-preferences.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 4b80b0f95..a54dcd22d 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -45,6 +45,22 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="checkbutton_show_groups"> + <property name="label" translatable="yes">Show groups</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="checkbutton_show_balances"> <property name="label" translatable="yes">Show account balances</property> <property name="visible">True</property> |