pushmtm/MtmUiSrc/PushSettingsDialog.cpp
changeset 37 481242ead638
parent 0 84ad3b177aa3
child 48 5c11946e75b3
equal deleted inserted replaced
33:97c9f46387be 37:481242ead638
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 //  INCLUDES
    20 //  INCLUDES
    21 
    21 #include "browser_platform_variant.hrh"
    22 #include "PushSettingsDialog.h"
    22 #include "PushSettingsDialog.h"
    23 #include "PushMtmUiDef.h"
    23 #include "PushMtmUiDef.h"
    24 #include "PushMtmUiPanic.h"
    24 #include "PushMtmUiPanic.h"
    25 #include <PushMtmUi.rsg>
    25 #include <PushMtmUi.rsg>
    26 #include "PushMtmUi.hrh"
    26 #include "PushMtmUi.hrh"
   676 ( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   676 ( CEikListBox* /*aListBox*/, TListBoxEvent aEventType )
   677 	{
   677 	{
   678 	// Generate change command only if double tapped/center key is pressed. 
   678 	// Generate change command only if double tapped/center key is pressed. 
   679 	//Removed single tap check from here
   679 	//Removed single tap check from here
   680 	if ( aEventType == EEventEnterKeyPressed || 
   680 	if ( aEventType == EEventEnterKeyPressed || 
   681          aEventType == EEventItemDoubleClicked )
   681          aEventType == EEventItemDoubleClicked 
       
   682 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF         
       
   683          || aEventType == EEventItemSingleClicked 
       
   684 #endif         
       
   685          )
   682         {
   686         {
   683         ProcessCommandL( EPushSettingsDialogCmdChangeWithoutSettingPage );
   687         ProcessCommandL( EPushSettingsDialogCmdChangeWithoutSettingPage );
   684         }
   688         }
   685 	}
   689 	}
   686 
   690