aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-04-27 10:01:07 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-04-27 17:51:37 +0800
commit0f2684993d964ae03231c82ea39220da55226144 (patch)
treed002f809f45360d16bd44a0c090b4b4881253f7a /src/empathy-main-window.ui
parent72e7a824a9e98c1aad1e1a43902858f49df5e0c1 (diff)
downloadgsoc2013-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.ui9
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"/>