browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 28 d39add9822e2
child 49 919f36ff910f
--- a/browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp	Tue Aug 31 16:17:46 2010 +0300
@@ -19,20 +19,19 @@
 
 
 // USER INCLUDES
-#include <browser_platform_variant.hrh>
-#include <browserdialogsprovider.h>
+#include "BrowserDialogsProvider.h"
 #include "BrowserDialogsProvider.hrh"
 #include "BrowserViewImagesPopup.h"
 #include "PhotoOperationWait.h"
 #include "BrowserViewImagesListBox.h"
 
 // SYSTEM INCLUDES
-#include <documenthandler.h>
+#include <DocumentHandler.h>
 #include <apmstd.h>
-#include <Uri16.h>
+#include <uri16.h>
 #include <aknenv.h>
 #include <avkon.mbg>
-#include <akneditstateindicator.h>
+#include <aknEditStateIndicator.h>
 #include <AknsListBoxBackgroundControlContext.h>
 #include <AiwGenericParam.h>
 
@@ -141,11 +140,7 @@
 void CBrowserViewImagesPopup::HandleListBoxEventL( CEikListBox* aListBox, 
                                                     TListBoxEvent aEventType )
     {
-#ifdef BRDO_SINGLE_CLICK_ENABLED_FF      
-    if((aEventType==EEventEnterKeyPressed || aEventType==EEventItemDoubleClicked || aEventType==EEventItemSingleClicked) && aListBox==ListBox())
-#else
-    if((aEventType==EEventEnterKeyPressed || aEventType==EEventItemDoubleClicked ) && aListBox==ListBox())
-#endif        
+    if((aEventType==EEventEnterKeyPressed || aEventType==EEventItemDoubleClicked) && aListBox==ListBox())
         {
         ProcessCommandL( EDialogsProviderCmdViewImagesView );
         }