pushmtm/MtmUiSrc/PushSettingsDialog.cpp
changeset 37 481242ead638
parent 0 84ad3b177aa3
child 48 5c11946e75b3
--- 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 );
         }