N_SE-37670 issue Fix
authorkamesh <kamesh.kvss@samsung.com>
Tue, 7 May 2013 07:38:21 +0000 (13:08 +0530)
committerkamesh <kamesh.kvss@samsung.com>
Tue, 7 May 2013 07:38:21 +0000 (13:08 +0530)
Change-Id: I71618cb21ac4896c318983618f1643db81e2de91

src/GlAllListEditorPanel.cpp

index d890452..1d5164d 100644 (file)
@@ -607,11 +607,13 @@ void AllListEditorPanel::OnFileOpComplete(enum FileActionMode actionId, enum Fil
        SceneManager* pSceneManager = SceneManager::GetInstance();
        if (GetItemCount() > 0)
        {
-               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST,SCENE_TRANSITION_ANIMATION_TYPE_NONE,
+                                                                  SCENE_HISTORY_OPTION_ADD_HISTORY, SCENE_DESTROY_OPTION_DESTROY));
        }
        else
        {
-               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST));
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALBUM_LIST,SCENE_TRANSITION_ANIMATION_TYPE_NONE,
+                                                                  SCENE_HISTORY_OPTION_ADD_HISTORY, SCENE_DESTROY_OPTION_DESTROY));
        }
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));
 }