ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp
changeset 1 ceeb73e410b5
parent 0 d11fb78c4374
child 29 bb3bc0aea200
--- a/ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp	Thu Dec 17 08:45:53 2009 +0200
+++ b/ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp	Thu Jan 07 12:46:28 2010 +0200
@@ -73,8 +73,8 @@
 void CImagePrintAppUi::ConstructL()
     {
 	LOG("CImagePrintAppUi::ConstructL BEGIN");
-
-    BaseConstructL( EAknEnableSkin | EAppOrientationAutomatic | EAknEnableMSK );	
+	// Add EAknSingleClickCompatible to BaseConstructL function parameter for single click event 
+    BaseConstructL( EAknEnableSkin | EAppOrientationAutomatic | EAknEnableMSK | EAknSingleClickCompatible );	
   	
     FeatureManager::InitializeLibL();