[empathy] CallWindow: move 'Fullscreen' to the Call menu



commit 0404fd4231774bd98607afb1f8cf11f8e20b8a60
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Tue Aug 2 12:44:46 2011 +0100

    CallWindow: move 'Fullscreen' to the Call menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655884

 src/empathy-call-window.ui |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui
index 48b91fd..f594d61 100644
--- a/src/empathy-call-window.ui
+++ b/src/empathy-call-window.ui
@@ -18,6 +18,13 @@
           </object>
         </child>
         <child>
+          <object class="GtkAction" id="menufullscreen">
+            <property name="stock_id">gtk-fullscreen</property>
+            <property name="name">menufullscreen</property>
+          </object>
+          <accelerator key="F11"/>
+        </child>
+        <child>
           <object class="GtkAction" id="edit">
             <property name="name">edit</property>
             <property name="label" translatable="yes">_Edit</property>
@@ -31,19 +38,6 @@
           </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="menufullscreen">
-            <property name="stock_id">gtk-fullscreen</property>
-            <property name="name">menufullscreen</property>
-          </object>
-          <accelerator key="F11"/>
-        </child>
-        <child>
           <object class="GtkAction" id="menupreviewminimise">
             <property name="name">menupreviewminimise</property>
             <property name="label" translatable="yes">Minimise me</property>
@@ -67,13 +61,11 @@
       <menubar name="menubar1">
         <menu action="call">
           <menuitem action="menuhangup"/>
+          <menuitem action="menufullscreen"/>
         </menu>
         <menu action="edit">
           <menu action="menumicrophone"/>
         </menu>
-        <menu action="view">
-          <menuitem action="menufullscreen"/>
-        </menu>
       </menubar>
       <popup name="video-popup">
           <menuitem name="menufullscreen" action="menufullscreen"/>



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