diff -r e1bea15f9a39 -r 79859ed3eea9 browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp --- 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 -#include +#include "BrowserDialogsProvider.h" #include "BrowserDialogsProvider.hrh" #include "BrowserViewImagesPopup.h" #include "PhotoOperationWait.h" #include "BrowserViewImagesListBox.h" // SYSTEM INCLUDES -#include +#include #include -#include +#include #include #include -#include +#include #include #include @@ -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 ); }