aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-18 12:04:59 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-18 12:04:59 +0100
commit88c0ff52c479c7ec7a70448fe17946ee5ff68d3d (patch)
tree5aa8c8001b5ea2f7417dd2bf962347e527581425 /src/transport-menu-item.vala
parent44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9 (diff)
parent4897f3ce524e6d91ecd0c70142556be0f29367b7 (diff)
downloadayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.gz
ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.bz2
ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.zip
merge the mpris2 operational branch
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r--src/transport-menu-item.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala
index 45c2692..8bdd2c8 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -45,7 +45,7 @@ public class TransportMenuitem : PlayerItem
int input = input_value.get_int();
debug("handle_event with value %s", input.to_string());
debug("transport owner name = %s", this.owner.name);
- this.owner.transport_update((action)input);
+ this.owner.mpris_bridge.transport_update((action)input);
}
public static HashSet<string> attributes_format()