[cheese/three-point-oh] Changed Preferences from a ToggleAction to an Action



commit 167fc9f9c7b47c35f4a8698e48f924484b317352
Author: Yuvaraj Pandian T <yuvipanda gmail com>
Date:   Thu Jun 3 04:41:32 2010 +0530

    Changed Preferences from a ToggleAction to an Action

 data/cheese-actions.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/cheese-actions.ui b/data/cheese-actions.ui
index 6267493..fb7eb1d 100644
--- a/data/cheese-actions.ui
+++ b/data/cheese-actions.ui
@@ -236,10 +236,10 @@
     <child>
       <object class="GtkActionGroup" id="preferences_actions">
 	<child>
-	  <object class="GtkToggleAction" id="preferences">
+	  <object class="GtkAction" id="preferences">
 	    <property name="name">Preferences</property>
 	    <property name="label">_Preferences</property>
-	    <signal name="toggled" handler="cheese_main_window_on_preferences_dialog" />
+	    <signal name="activate" handler="cheese_main_window_on_preferences_dialog" />
 	  </object>
 	</child>
       </object>



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