aboutsummaryrefslogtreecommitdiff
path: root/src/metadata-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2012-03-16 17:30:21 +0000
committerConor Curran <conor.curran@canonical.com>2012-03-16 17:30:21 +0000
commitf0bcb96d0f2a62ba7497b387ca1cf290b39aea33 (patch)
tree3fa876fad4fd1cb43b6836f0e7c1cdfe05d66cdc /src/metadata-menu-item.vala
parent324a229148cc6c7daedbfebccc01250615604ce7 (diff)
downloadayatana-indicator-sound-f0bcb96d0f2a62ba7497b387ca1cf290b39aea33.tar.gz
ayatana-indicator-sound-f0bcb96d0f2a62ba7497b387ca1cf290b39aea33.tar.bz2
ayatana-indicator-sound-f0bcb96d0f2a62ba7497b387ca1cf290b39aea33.zip
set the player name on the transport item so as hud can identify the default player
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r--src/metadata-menu-item.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala
index 897a502..b2dd752 100644
--- a/src/metadata-menu-item.vala
+++ b/src/metadata-menu-item.vala
@@ -39,7 +39,7 @@ public class MetadataMenuitem : PlayerItem
MetadataMenuitem.clean_album_art_temp_dir();
this.previous_temp_album_art_path = null;
this.album_art_cache_dir = MetadataMenuitem.create_album_art_temp_dir();
- debug ("JUST ABOUT TO ATTEMPT PLAYER NAME SETTING %s", this.owner.app_info.get_name());
+ //debug ("JUST ABOUT TO ATTEMPT PLAYER NAME SETTING %s", this.owner.app_info.get_name());
this.property_set (MENUITEM_PLAYER_NAME, this.owner.app_info.get_name());
this.property_set (MENUITEM_PLAYER_ICON, this.owner.icon_name);
this.property_set_bool (MENUITEM_PLAYER_RUNNING, false);