cheese r652 - in branches/cheese-vala: . src



Author: jhaitsma
Date: Mon Apr 14 06:49:31 2008
New Revision: 652
URL: http://svn.gnome.org/viewvc/cheese?rev=652&view=rev

Log:
Make radio button work correctly

Modified:
   branches/cheese-vala/   (props changed)
   branches/cheese-vala/src/cheese-window.vala

Modified: branches/cheese-vala/src/cheese-window.vala
==============================================================================
--- branches/cheese-vala/src/cheese-window.vala	(original)
+++ branches/cheese-vala/src/cheese-window.vala	Mon Apr 14 06:49:31 2008
@@ -232,7 +232,7 @@
 	void on_export_to_flickr (Action action) {
 	}
 
-	void on_radio_button (Action action, RadioAction current_action) {
+	void on_radio_button (Action action, Action current) {
 
 	}
 	bool ignore_callback = false;
@@ -357,7 +357,7 @@
 
 			actions_toggle = new ActionGroup ("ActionsRadio");
 			actions_toggle.set_translation_domain (Config.GETTEXT_PACKAGE);
-			actions_toggle.add_radio_actions (action_entries_toggle, 0, (GLib.Callback)on_radio_button,this);
+			actions_toggle.add_radio_actions (action_entries_toggle, 0, on_radio_button);
 			ui_manager.insert_action_group (actions_toggle, 0);
 
 			actions_effects = new ActionGroup ("ActionsEffects");



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