diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-09 16:37:51 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-09 16:37:51 +0100 |
commit | a7cd627d578066b3383629dee572aa6385a33281 (patch) | |
tree | 5c92ad2738bd9faed1f120ea0ee59e4bbd9a22e3 /src/transport-menu-item.vala | |
parent | b0a09afe59a904ce4b4e90e58d933ad1f0b036d9 (diff) | |
download | ayatana-indicator-sound-a7cd627d578066b3383629dee572aa6385a33281.tar.gz ayatana-indicator-sound-a7cd627d578066b3383629dee572aa6385a33281.tar.bz2 ayatana-indicator-sound-a7cd627d578066b3383629dee572aa6385a33281.zip |
album art bug fixed
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index e0710a8..33f1d9d 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -44,6 +44,7 @@ public class TransportMenuitem : PlayerItem int input = input_value.get_int(); debug("handle_event with value %s", input.to_string()); // Fire and forgot - the widget would not have sent it over it didn't think it was relevant. + debug("transport owner name = %s", this.owner.name); this.owner.mpris_adaptor.transport_event((action)input); } |