diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-23 00:07:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-23 00:07:55 +0800 |
commit | 866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0 (patch) | |
tree | 9f2226485fb86c7432adf297f255f4217e10b998 /src/empathy-main-window.ui | |
parent | 02ce3c9a8c3baff0c53a548cde8b959e6ec5c9b8 (diff) | |
download | gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar.gz gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar.bz2 gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar.lz gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar.xz gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.tar.zst gsoc2013-empathy-866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0.zip |
move 'View Previous Conversations' menu entry to View
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index bf9ebbca4..14660b75c 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -19,9 +19,9 @@ <accelerator key="N" modifiers="GDK_CONTROL_MASK"/> </child> <child> - <object class="GtkAction" id="chat_history"> + <object class="GtkAction" id="view_history"> <property name="icon-name">document-open-recent</property> - <property name="name">chat_history</property> + <property name="name">view_history</property> <property name="label" translatable="yes">_View Previous Conversations</property> </object> <accelerator key="F3" modifiers=""/> @@ -144,7 +144,6 @@ <menubar name="menubar"> <menu action="chat"> <menuitem action="chat_new_message"/> - <menuitem action="chat_history"/> <separator/> <menuitem action="chat_add_contact"/> <separator/> @@ -161,6 +160,7 @@ <menu action="view"> <menuitem action="view_show_offline"/> <separator/> + <menuitem action="view_history"/> <menuitem action="view_show_ft_manager"/> </menu> <menu action="room"> |