diff -r 97c9f46387be -r 481242ead638 pushmtm/MtmUiSrc/PushSettingsDialog.cpp --- a/pushmtm/MtmUiSrc/PushSettingsDialog.cpp Mon Jan 18 20:22:00 2010 +0200 +++ b/pushmtm/MtmUiSrc/PushSettingsDialog.cpp Tue Feb 02 00:12:41 2010 +0200 @@ -18,7 +18,7 @@ // INCLUDES - +#include "browser_platform_variant.hrh" #include "PushSettingsDialog.h" #include "PushMtmUiDef.h" #include "PushMtmUiPanic.h" @@ -678,7 +678,11 @@ // Generate change command only if double tapped/center key is pressed. //Removed single tap check from here if ( aEventType == EEventEnterKeyPressed || - aEventType == EEventItemDoubleClicked ) + aEventType == EEventItemDoubleClicked +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + || aEventType == EEventItemSingleClicked +#endif + ) { ProcessCommandL( EPushSettingsDialogCmdChangeWithoutSettingPage ); }