diff -r d39add9822e2 -r 5bfc169077b2 browserutilities/browserdialogsprovider/Src/BrowserViewImagesPopup.cpp --- 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 -#include +#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 ); }