diff -r 6297cdf66332 -r d39add9822e2 webengine/wmlengine/src/xhtml/src/Image/ImageMapPopup.cpp --- a/webengine/wmlengine/src/xhtml/src/Image/ImageMapPopup.cpp Mon Jan 18 21:20:18 2010 +0200 +++ b/webengine/wmlengine/src/xhtml/src/Image/ImageMapPopup.cpp Tue Feb 02 00:56:45 2010 +0200 @@ -19,7 +19,7 @@ #include "ImageMapPopup.h" - +#include #include #include #include @@ -317,8 +317,13 @@ // void CImageMapPopup::HandleListBoxEventL( CEikListBox* /*aListBox*/, TListBoxEvent aEventType ) { +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF if(aEventType == MEikListBoxObserver::EEventItemDoubleClicked || + aEventType == MEikListBoxObserver::EEventEnterKeyPressed || aEventType == EEventItemSingleClicked) +#else + if(aEventType == MEikListBoxObserver::EEventItemDoubleClicked || aEventType == MEikListBoxObserver::EEventEnterKeyPressed) +#endif { AttemptExitL( ETrue ); }