Fixed Jira issues 50249, 50683, 50387
[apps/osp/MusicPlayer.git] / src / MpPlaylistPickerPopup.cpp
index 1c00b88..8200a0e 100644 (file)
@@ -129,7 +129,7 @@ PlayListPickerPopup::OnActionPerformed(const Tizen::Ui::Control& source, int act
                {
                        pSceneManager->GoForward(ForwardSceneTransition(IDSCN_PLAYLIST_CREATOR));
                }
-               pDataList->Add(*(new (std::nothrow) Boolean(true)));
+               pDataList->Add(*(new (std::nothrow) Boolean(false)));
                __pControl->SendUserEvent(ID_DESTORY_PLAY_LIST_PICKER_POPUP, pDataList);
        }
        AppLogDebug("EXIT");