aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index f914979f6..85d4a0559 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -99,6 +99,56 @@
</object>
</child>
<child>
+ <object class="GtkRadioAction" id="view_sort_by_name">
+ <property name="name">view_sort_by_name</property>
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Sort by _Name</property>
+ <property name="draw_as_radio">True</property>
+ <property name="value">1</property>
+ <property name="current-value">1</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="view_sort_by_status">
+ <property name="name">view_sort_by_status</property>
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Sort by _Status</property>
+ <property name="draw_as_radio">True</property>
+ <property name="group">view_sort_by_name</property>
+ <property name="value">0</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="view_normal_size_with_avatars">
+ <property name="name">view_normal_size_with_avatars</property>
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Normal Size With _Avatars</property>
+ <property name="draw_as_radio">True</property>
+ <property name="value">0</property>
+ <property name="current-value">0</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="view_normal_size">
+ <property name="name">view_normal_size</property>
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">N_ormal Size</property>
+ <property name="draw_as_radio">True</property>
+ <property name="group">view_normal_size_with_avatars</property>
+ <property name="value">1</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkRadioAction" id="view_compact_size">
+ <property name="name">view_compact_size</property>
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Compact Size</property>
+ <property name="draw_as_radio">True</property>
+ <property name="group">view_normal_size_with_avatars</property>
+ <property name="value">2</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="room">
<property name="name">room</property>
<property name="label" translatable="yes">_Room</property>
@@ -172,6 +222,13 @@
<menu action="view">
<menuitem action="view_show_offline"/>
<separator/>
+ <menuitem action="view_sort_by_name"/>
+ <menuitem action="view_sort_by_status"/>
+ <separator/>
+ <menuitem action="view_normal_size_with_avatars"/>
+ <menuitem action="view_normal_size"/>
+ <menuitem action="view_compact_size"/>
+ <separator/>
<menuitem action="view_history"/>
<menuitem action="view_show_ft_manager"/>
<menuitem action="view_show_map"/>