|
|
|
@ -188,11 +188,9 @@ void SelectedItemsAdder::populatePlaylistSelector(BaseScreen *old_screen) |
|
|
|
m_playlist_selector.reset(); |
|
|
|
m_playlist_selector.reset(); |
|
|
|
m_playlist_selector.clear(); |
|
|
|
m_playlist_selector.clear(); |
|
|
|
if (old_screen != myPlaylist) |
|
|
|
if (old_screen != myPlaylist) |
|
|
|
{ |
|
|
|
|
|
|
|
m_playlist_selector.addItem(Entry("Current playlist", |
|
|
|
m_playlist_selector.addItem(Entry("Current playlist", |
|
|
|
boost::bind(&Self::addToCurrentPlaylist, this) |
|
|
|
boost::bind(&Self::addToCurrentPlaylist, this) |
|
|
|
)); |
|
|
|
)); |
|
|
|
} |
|
|
|
|
|
|
|
if (!in_local_browser) |
|
|
|
if (!in_local_browser) |
|
|
|
{ |
|
|
|
{ |
|
|
|
m_playlist_selector.addItem(Entry("New playlist", |
|
|
|
m_playlist_selector.addItem(Entry("New playlist", |
|
|
|
|