diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-04-27 10:01:07 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-04-27 17:51:37 +0800 |
commit | 0f2684993d964ae03231c82ea39220da55226144 (patch) | |
tree | d002f809f45360d16bd44a0c090b4b4881253f7a /src/empathy-main-window.ui | |
parent | 72e7a824a9e98c1aad1e1a43902858f49df5e0c1 (diff) | |
download | gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar.gz gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar.bz2 gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar.lz gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar.xz gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.tar.zst gsoc2013-empathy-0f2684993d964ae03231c82ea39220da55226144.zip |
Add menu option to display FT Managers
Fixes GNOME Bug #574626
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index cd45bc7d7..23d55f95b 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -34,6 +34,13 @@ </object> </child> <child> + <object class="GtkAction" id="chat_show_ft_manager"> + <property name="icon-name">document-send</property> + <property name="name">chat_show_ft_manager</property> + <property name="label" translatable="yes">Show _File Transfers</property> + </object> + </child> + <child> <object class="GtkToggleAction" id="chat_show_offline"> <property name="name">chat_show_offline</property> <property name="label" translatable="yes">Show _Offline Contacts</property> @@ -135,6 +142,8 @@ <separator/> <menuitem action="chat_add_contact"/> <separator/> + <menuitem action="chat_show_ft_manager"/> + <separator/> <menuitem action="chat_show_offline"/> <separator/> <menuitem action="chat_quit"/> |