N_SE-40892
authorrashmi udaya <rashmi.uday@samsung.com>
Mon, 10 Jun 2013 10:10:46 +0000 (15:40 +0530)
committerrashmi udaya <rashmi.uday@samsung.com>
Mon, 10 Jun 2013 10:10:46 +0000 (15:40 +0530)
Change-Id: I3bbaca89a3a0b016b85f7e7683ed6a73f9599fe1

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
        {