aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-15 14:39:40 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-15 14:45:12 +0800
commit21c13d22f8b45b9eb21e231bf8d3967d686ff0c5 (patch)
tree1df569e0ecabc96acb16902d1733a717f26baded /src/empathy-main-window.ui
parent0156804d7d3b6066c8cc0535561fa679a3b8a201 (diff)
downloadgsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar.gz
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar.bz2
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar.lz
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar.xz
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.tar.zst
gsoc2013-empathy-21c13d22f8b45b9eb21e231bf8d3967d686ff0c5.zip
Add a menu item to choose whether to show account balances in the roster
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index f9f5bd9b5..56937bae2 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -69,6 +69,13 @@
</object>
</child>
<child>
+ <object class="GtkToggleAction" id="view_balance_show_in_roster">
+ <property name="name">view_balance_show_in_roster</property>
+ <property name="label" translatable="yes">Show Account _Balances in Roster</property>
+ <property name="visible">False</property>
+ </object>
+ </child>
+ <child>
<object class="GtkAction" id="view_show_map">
<property name="name">view_show_map</property>
<property name="label" translatable="yes">Contacts on a _Map</property>
@@ -256,6 +263,7 @@
<menuitem action="view_show_offline"/>
<menuitem action="view_show_protocols"/>
<separator/>
+ <menuitem action="view_balance_show_in_roster"/>
<placeholder name="view_balance_placeholder"/>
<separator/>
<menuitem action="view_sort_by_name"/>