cheese r652 - in branches/cheese-vala: . src
- From: jhaitsma svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r652 - in branches/cheese-vala: . src
- Date: Mon, 14 Apr 2008 06:49:32 +0100 (BST)
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]