browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 68 92a765b5b3e7
--- a/browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -19,8 +19,7 @@
 
 
 // USER INCLUDES
-#include <browser_platform_variant.hrh>
-#include <browserdialogsprovider.h>
+#include "BrowserDialogsProvider.h"
 #include "BrowserDialogsProvider.hrh"
 #include "BrowserViewImagesPopup.h"
 #include "PhotoOperationWait.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 );
         }