From 4fc554dc87e61f4fa7c605236da86d05781f7496 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 6 Jun 2011 21:52:44 +0200 Subject: track specific items now appears when asked via the com.canonical.indicators.sound dbus interface --- src/playlists-menu-item.vala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/playlists-menu-item.vala') 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(); 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) -- cgit v1.2.3