aboutsummaryrefslogtreecommitdiff
path: root/src/playlists-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-06 21:52:44 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-06 21:52:44 +0200
commit4fc554dc87e61f4fa7c605236da86d05781f7496 (patch)
tree9dc5bf393e5fd21da4ebaeecfb3655aa491516b4 /src/playlists-menu-item.vala
parent0681190881ea7e9cca176bd69ec00f2393c3ee56 (diff)
downloadayatana-indicator-sound-4fc554dc87e61f4fa7c605236da86d05781f7496.tar.gz
ayatana-indicator-sound-4fc554dc87e61f4fa7c605236da86d05781f7496.tar.bz2
ayatana-indicator-sound-4fc554dc87e61f4fa7c605236da86d05781f7496.zip
track specific items now appears when asked via the com.canonical.indicators.sound dbus interface
Diffstat (limited to 'src/playlists-menu-item.vala')
-rw-r--r--src/playlists-menu-item.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala
index 58c3875..452a586 100644
--- a/src/playlists-menu-item.vala
+++ b/src/playlists-menu-item.vala
@@ -37,10 +37,8 @@ public class PlaylistsMenuitem : PlayerItem
construct{
this.current_playlists = new HashMap<int, Dbusmenu.Menuitem>();
this.root_item = new Menuitem();
-
this.root_item.property_set ( MENUITEM_PROP_LABEL, _("Choose Playlist") );
this.root_item.property_set ( MENUITEM_PATH, "" );
-
}
public new void update (PlaylistDetails[] playlists)