aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-12 15:34:10 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-12 15:34:10 +0100
commit8f4dd989349434361a383f54917b08efd9af2d46 (patch)
tree7fae59d6256f8b6713db9b477c92f18dd0f73532 /src/transport-menu-item.vala
parentb0a09afe59a904ce4b4e90e58d933ad1f0b036d9 (diff)
parentc653012e7a55de1a6ecabf798a7d86e87d4affc6 (diff)
downloadayatana-indicator-sound-8f4dd989349434361a383f54917b08efd9af2d46.tar.gz
ayatana-indicator-sound-8f4dd989349434361a383f54917b08efd9af2d46.tar.bz2
ayatana-indicator-sound-8f4dd989349434361a383f54917b08efd9af2d46.zip
merge with the static scope problems widget side, plus positioning fixes and image url handling robustness
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 e0710a8..8e837c2 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -43,7 +43,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);
}