aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
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"/>