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-05-05 15:12:27 +0800
commit4786fdc5f4424c88c7fcaad5357f42a27c4e24ad (patch)
tree8633df67393677578e4a3496955ca29ddaf6c6c1 /src/empathy-main-window.ui
parent1038e0350d5cbe5b70f8d618b1a13d6717da8d7c (diff)
downloadgsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.gz
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.bz2
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.lz
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.xz
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.tar.zst
gsoc2013-empathy-4786fdc5f4424c88c7fcaad5357f42a27c4e24ad.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 7852de151..278d1392a 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -70,6 +70,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>
@@ -265,6 +272,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"/>