diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
commit | e102f3b357c8ee39efde7406d7abfed5c0d16998 (patch) | |
tree | f5fd06da6f6a70574b058c14a921fe33c7b7ae46 /src/title-menu-item.vala | |
parent | 34cc781067306d2c3f78f1ffd92c8fff734257f2 (diff) | |
download | ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.gz ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.bz2 ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.zip |
porting in progress
Diffstat (limited to 'src/title-menu-item.vala')
-rw-r--r-- | src/title-menu-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title-menu-item.vala b/src/title-menu-item.vala index 0b99ae3..6ed24d8 100644 --- a/src/title-menu-item.vala +++ b/src/title-menu-item.vala @@ -31,7 +31,7 @@ public class TitleMenuitem : PlayerItem this.property_set_bool(MENUITEM_RUNNING, false); } - public override void handle_event(string name, GLib.Value input_value, uint timestamp) + public override void handle_event(string name, Variant input_value, uint timestamp) { if(this.owner.current_state == PlayerController.state.OFFLINE) { |