[empathy] empathy-main-window: add View top menu



commit 4467e8c05dc70e4325cf4adceca6e78cd1ff64ca
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 22 16:56:03 2009 +0100

    empathy-main-window: add View top menu
---
 src/empathy-main-window.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 23d55f9..cdfdbed 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -87,6 +87,12 @@
           </object>
         </child>
         <child>
+          <object class="GtkAction" id="view">
+            <property name="name">view</property>
+            <property name="label" translatable="yes">_View</property>
+          </object>
+        </child>
+        <child>
           <object class="GtkAction" id="room">
             <property name="name">room</property>
             <property name="label" translatable="yes">_Room</property>
@@ -156,6 +162,8 @@
           <separator/>
           <menuitem action="edit_preferences"/>
         </menu>
+        <menu action="view">
+        </menu>
         <menu action="room">
           <menuitem action="room_join_new"/>
           <menuitem action="room_join_favorites"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]