diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-08-18 17:51:03 +0200 |
commit | 4c742105d8252a84df1aa6e5af419afd6abb52fa (patch) | |
tree | defa24d440ac7380e17acdee738674022001f6e2 /src/transport-menu-item.vala | |
parent | d981d05dc2f5e1d1d9ea1ae6fb1c6c9106696c6e (diff) | |
download | ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.tar.gz ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.tar.bz2 ayatana-indicator-sound-4c742105d8252a84df1aa6e5af419afd6abb52fa.zip |
Import upstream version 0.4.0
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 3d6dcdd..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.mpris_adaptor.transport_event((action)input); + this.owner.mpris_bridge.transport_update((action)input); } public static HashSet<string> attributes_format() |