aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-12 14:46:13 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-12 14:46:13 +0100
commitc653012e7a55de1a6ecabf798a7d86e87d4affc6 (patch)
tree7fae59d6256f8b6713db9b477c92f18dd0f73532 /src/transport-menu-item.vala
parenta96e011314ea03b04768681b724958f6688f06dc (diff)
downloadayatana-indicator-sound-c653012e7a55de1a6ecabf798a7d86e87d4affc6.tar.gz
ayatana-indicator-sound-c653012e7a55de1a6ecabf798a7d86e87d4affc6.tar.bz2
ayatana-indicator-sound-c653012e7a55de1a6ecabf798a7d86e87d4affc6.zip
caught by static scopeness - update bug fixed
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r--src/transport-menu-item.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala
index 33f1d9d..8e837c2 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -43,7 +43,6 @@ 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);
}