Merge " Fixed issue 40947" into tizen_2.2
authorHyuksoonChoi <hs619.choi@samsung.com>
Mon, 10 Jun 2013 11:27:27 +0000 (20:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 10 Jun 2013 11:27:27 +0000 (20:27 +0900)
src/GlAllListSelectionPanel.cpp

index c51f0ec..9ee9b4c 100644 (file)
@@ -471,7 +471,8 @@ void AllListSelectionPanel::OnFileOpComplete(enum FileActionMode actionId, enum
 
        if (GetItemCount() > 0)
        {
-               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST));
+               pSceneManager->GoForward(ForwardSceneTransition(IDSCN_ALL_LIST, SCENE_TRANSITION_ANIMATION_TYPE_NONE,
+                               SCENE_HISTORY_OPTION_NO_HISTORY, SCENE_DESTROY_OPTION_DESTROY));
        }
        else
        {