aboutsummaryrefslogtreecommitdiff
path: root/src/playlists-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-15 08:48:54 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-15 08:48:54 +0200
commit1677228ec606dd8d2e7eadccfff77a1703fdb727 (patch)
tree09e435494c9fd603bf502f3f88e26d25a667cbd3 /src/playlists-menu-item.vala
parentbf2c6d9d1f7ac8897c76b8917f4feaeff54816d6 (diff)
parentd72fb000fdf8c8a65abb214d1e6e67c7d31b4dbb (diff)
downloadayatana-indicator-sound-1677228ec606dd8d2e7eadccfff77a1703fdb727.tar.gz
ayatana-indicator-sound-1677228ec606dd8d2e7eadccfff77a1703fdb727.tar.bz2
ayatana-indicator-sound-1677228ec606dd8d2e7eadccfff77a1703fdb727.zip
merge metadata widget and title widget
Diffstat (limited to 'src/playlists-menu-item.vala')
-rw-r--r--src/playlists-menu-item.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala
index 58c3875..7faa214 100644
--- a/src/playlists-menu-item.vala
+++ b/src/playlists-menu-item.vala
@@ -37,7 +37,6 @@ 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, "" );