videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 21 315810614048
--- a/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp	Fri Mar 12 15:43:00 2010 +0200
+++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp	Mon Mar 15 12:40:47 2010 +0200
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: e92_37 %
+// Version : %version: e92_38 %
 
 
 #include <hlplch.h>                     // Help launcher
@@ -173,6 +173,12 @@
             iAppUiEngine->ClearPdlInformation();
             break;
         }
+        case KVcxMyVideosCmdDoLateConstruct:
+        {
+             MPX_DEBUG(_L("CMpxVideoPlayerAppUi::HandleCommandL( DoLateConstruct )"));
+             iAppUiEngine->ActivateLateConstructTimerL();
+             break;
+        }
     }
 }