diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-15 12:20:31 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-05-05 15:05:08 +0800 |
commit | 416da629fa9a0e9293b811d36547b0b189b6e13d (patch) | |
tree | 64e6d29ad921748a9f40bbe20af16db7efdc6e0b /src/empathy-main-window.ui | |
parent | 1cc68d03a0339cf5f31fabb308b3f1cd9bdb9272 (diff) | |
download | gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar.gz gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar.bz2 gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar.lz gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar.xz gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.tar.zst gsoc2013-empathy-416da629fa9a0e9293b811d36547b0b189b6e13d.zip |
Add a menuitem to report the account balance for each account
Adds a menu item for each connection that supports Conn.I.Balance, requests
the current balance and then tracks further updates to the balance.
TODO:
- remove the menu item when the account is disconnected
- implement the activated signal
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 864be1d28..91b493b56 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -265,6 +265,8 @@ <menuitem action="view_show_offline"/> <menuitem action="view_show_protocols"/> <separator/> + <placeholder name="view_balance_placeholder"/> + <separator/> <menuitem action="view_sort_by_name"/> <menuitem action="view_sort_by_status"/> <separator/> |