diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-16 20:29:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-04-16 20:29:14 +0800 |
commit | 65cb048dc6b8d1c34cae75641b09cac104f7e374 (patch) | |
tree | d159b1e21f738bc4c186d3384dee8752ab885066 /src/empathy-main-window.ui | |
parent | 02c572204057b306b57926e52427b15e1885aa36 (diff) | |
download | gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar.gz gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar.bz2 gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar.lz gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar.xz gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.tar.zst gsoc2013-empathy-65cb048dc6b8d1c34cae75641b09cac104f7e374.zip |
Make use of GtkUIManager in EmpathyMainWindow
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2866
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 76c6428cd..0055a3639 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!--*- mode: xml -*--> <interface> - <object class="GtkUIManager" id="uimanager1"> + <object class="GtkUIManager" id="ui_manager"> <child> <object class="GtkActionGroup" id="actiongroup1"> <child> @@ -125,7 +125,7 @@ </object> </child> <ui> - <menubar name="menubar2"> + <menubar name="menubar"> <menu action="chat"> <menuitem action="chat_new_message"/> <menuitem action="chat_history"/> @@ -138,7 +138,7 @@ </menu> <menu action="edit"> <menuitem action="edit_context"/> - <separator/> + <separator name="edit_context_separator"/> <menuitem action="edit_accounts"/> <menuitem action="edit_personal_information"/> <separator/> @@ -148,7 +148,7 @@ <menuitem action="room_join_new"/> <menuitem action="room_join_favorites"/> <separator/> - <separator/> + <separator name="room_separator"/> <menuitem action="room_manage_favorites"/> </menu> <menu action="help"> @@ -167,7 +167,7 @@ <object class="GtkVBox" id="main_vbox"> <property name="visible">True</property> <child> - <object class="GtkMenuBar" constructor="uimanager1" id="menubar2"> + <object class="GtkMenuBar" constructor="ui_manager" id="menubar"> <property name="visible">True</property> </object> <packing> |