[cheese/three-point-oh] remove flash and countdown items from Cheese menu



commit c859f564889922456dd688e634ffdc426f097577
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Thu Jul 1 21:35:15 2010 +0200

    remove flash and countdown items from Cheese menu
    
    we will add them later on in the preference dialog

 data/cheese-actions.ui |   26 +-------------------------
 1 files changed, 1 insertions(+), 25 deletions(-)
---
diff --git a/data/cheese-actions.ui b/data/cheese-actions.ui
index fb7eb1d..a434575 100644
--- a/data/cheese-actions.ui
+++ b/data/cheese-actions.ui
@@ -134,27 +134,6 @@
     </child>
 
     <child>
-      <object class="GtkActionGroup" id="">
-	<child>
-	  <object class="GtkToggleAction" id="flash">
-	    <property name="name">Flash</property>
-	    <property name="label">Flash</property>
-	    <signal name="toggled" handler="cheese_main_window_on_flash_toggle" />
-	  </object>
-	</child>
-
-	<child>
-	  <object class="GtkToggleAction" id="countdown">
-	    <property name="name">Countdown</property>
-	    <property name="label">Countdown</property>
-	    <signal name="toggled" handler="cheese_main_window_on_countdown_toggle" />
-	  </object>
-	</child>	
-      </object>
-    </child>
-
-    
-    <child>
       <object class="GtkActionGroup" id="take_actions">
 	<child>
 	  <object class="GtkAction" id="take_photo">
@@ -248,9 +227,6 @@
     <ui>
       <menubar name="main_menubar">
 	<menu action="cheese_action">
-	  <menuitem action="flash" />
-	  <menuitem action="countdown" />
-	  <separator />
 	  <menuitem action="take_photo" />
 	  <menuitem action="take_video" />
 	  <menuitem action="take_burst" />
@@ -279,4 +255,4 @@
       </menubar>
     </ui>
   </object>
-</interface>
\ No newline at end of file
+</interface>



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