]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-window.ui
call-window: add a Microphone menu to change mic on the fly
[empathy.git] / src / empathy-call-window.ui
index bbcd972269c9b7a9fad18259be338dacb3a997ab..8c0d5777e6520bfce8a8485c7f2014ed3dfcfe94 100644 (file)
             <property name="label" translatable="yes">_Sidebar</property>
           </object>
         </child>
+        <child>
+          <object class="GtkAction" id="edit">
+            <property name="name">edit</property>
+            <property name="label" translatable="yes">_Edit</property>
+          </object>
+        </child>
+        <child>
+          <object class="GtkAction" id="menumicrophone">
+            <property name="label" translatable="yes">_Microphone</property>
+            <property name="name">menumicrophone</property>
+            <property name="icon_name">gnome-stock-mic</property>
+          </object>
+        </child>
         <child>
           <object class="GtkAction" id="view">
             <property name="name">view</property>
@@ -61,6 +74,9 @@
         <menu action="call">
           <menuitem action="menuhangup"/>
         </menu>
+        <menu action="edit">
+          <menu action="menumicrophone"/>
+        </menu>
         <menu action="view">
           <menuitem action="menufullscreen"/>
           <menuitem action="menusidebar"/>