aboutsummaryrefslogtreecommitdiff
path: root/src/title-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-11 12:12:30 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-11 12:12:30 -0600
commitd8da7cdced255ac430caa78b9e6d24d9476e76d8 (patch)
tree376066b4c491b77c72f3073918eec7cca8be8e65 /src/title-menu-item.vala
parent714c7c49776e8a341254a3e4297b465d181206cd (diff)
parent259057b02fe5c6b777a438331defa2dda628dfd2 (diff)
downloadayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.tar.gz
ayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.tar.bz2
ayatana-indicator-sound-d8da7cdced255ac430caa78b9e6d24d9476e76d8.zip
merged the dreaded gdbus port
Diffstat (limited to 'src/title-menu-item.vala')
-rw-r--r--src/title-menu-item.vala2
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)
{