profilesservices/FileList/Src/CFLDFileListContainer.cpp
branchRCL_3
changeset 17 3b47783fdf16
parent 0 8c5d936e5675
--- a/profilesservices/FileList/Src/CFLDFileListContainer.cpp	Tue May 11 16:28:56 2010 +0300
+++ b/profilesservices/FileList/Src/CFLDFileListContainer.cpp	Tue May 25 13:00:04 2010 +0300
@@ -37,7 +37,7 @@
 // EXTERNAL INCLUDES
 #include <ConeResLoader.h>
 #include <StringLoader.h>
-#include <FileList.rsg>
+#include <filelist.rsg>
 #include <featmgr.h>
 #include <pathinfo.h>
 #include <centralrepository.h>
@@ -304,6 +304,7 @@
             }
         }
 
+    popup->ListBox()->DisableSingleClick(ETrue);
     TBool result = popup->ExecuteLD();
 	// Note, CAknPopupList must NOT be popped out
 	// before ExecuteLD (like dialogs do) but after.