diff options
Diffstat (limited to 'src/playlists-menu-item.vala')
-rw-r--r-- | src/playlists-menu-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala index 6524bec..782b5a2 100644 --- a/src/playlists-menu-item.vala +++ b/src/playlists-menu-item.vala @@ -80,7 +80,7 @@ public class PlaylistsMenuitem : PlayerItem if (this.root_item.property_get (MENUITEM_PATH) == item.property_get (MENUITEM_PATH)){ this.root_item.property_set (MENUITEM_PROP_LABEL, _("Choose Playlist")); } - //this.root_item.child_delete (item); + this.root_item.child_delete (item); } } } |