aboutsummaryrefslogtreecommitdiff
path: root/src/transport-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-04 15:16:04 +0000
committerConor Curran <conor.curran@canonical.com>2011-01-04 15:16:04 +0000
commitf9afcd6bddae52bad5c5d8e7179fe360fcbf6de2 (patch)
treef2de192d974a10bcf9e553aeb634eb4a62ba593f /src/transport-menu-item.vala
parent1949869da278d3df26bb1a5866a9e70069189188 (diff)
downloadayatana-indicator-sound-f9afcd6bddae52bad5c5d8e7179fe360fcbf6de2.tar.gz
ayatana-indicator-sound-f9afcd6bddae52bad5c5d8e7179fe360fcbf6de2.tar.bz2
ayatana-indicator-sound-f9afcd6bddae52bad5c5d8e7179fe360fcbf6de2.zip
removed the need for a name instance variable on the player controller obj, now always use the name set in app info
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 57eb67b..0e4e6ee 100644
--- a/src/transport-menu-item.vala
+++ b/src/transport-menu-item.vala
@@ -51,7 +51,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);
+ debug("transport owner name = %s", this.owner.app_info.get_name());
this.owner.mpris_bridge.transport_update((action)input);
}