aboutsummaryrefslogtreecommitdiff
path: root/src/metadata-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-10 16:39:31 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-10 16:39:31 +0200
commitedd58e6f87bd80a4e37eac90b42b03528aba44ee (patch)
tree1410f90bd553248fb43be2c1b7d6054cbef0807a /src/metadata-menu-item.vala
parente0761ddf73f224b880adea3f226463eb7a996ec6 (diff)
downloadayatana-indicator-sound-edd58e6f87bd80a4e37eac90b42b03528aba44ee.tar.gz
ayatana-indicator-sound-edd58e6f87bd80a4e37eac90b42b03528aba44ee.tar.bz2
ayatana-indicator-sound-edd58e6f87bd80a4e37eac90b42b03528aba44ee.zip
arrow should be showing
Diffstat (limited to 'src/metadata-menu-item.vala')
-rw-r--r--src/metadata-menu-item.vala9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/metadata-menu-item.vala b/src/metadata-menu-item.vala
index 5d32314..5f3ef8b 100644
--- a/src/metadata-menu-item.vala
+++ b/src/metadata-menu-item.vala
@@ -38,12 +38,13 @@ public class MetadataMenuitem : PlayerItem
construct{
MetadataMenuitem.clean_album_art_temp_dir();
- this.previous_temp_album_art_path = null;
+ 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());
- 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);
+ 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);
+ this.property_set_bool (MENUITEM_HIDE_TRACK_DETAILS, true);
}
private static void clean_album_art_temp_dir()