widgets/widgetinstaller/src/WidgetUIConfigHandler.cpp
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   213     iProperties[EPropertyDescriptionNokiaMiniViewEnable].type = EWidgetPropTypeBool;
   213     iProperties[EPropertyDescriptionNokiaMiniViewEnable].type = EWidgetPropTypeBool;
   214     iProperties[EPropertyDescriptionNokiaMiniViewEnable].flags = CONFIG_NOKIA_MAY;
   214     iProperties[EPropertyDescriptionNokiaMiniViewEnable].flags = CONFIG_NOKIA_MAY;
   215     //
   215     //
   216     iProperties[EPropertyDescriptionNokiaPromptNeeded].id = EBlanketPermGranted;
   216     iProperties[EPropertyDescriptionNokiaPromptNeeded].id = EBlanketPermGranted;
   217     iProperties[EPropertyDescriptionNokiaPromptNeeded].name.Set( KBlanketPermGranted );
   217     iProperties[EPropertyDescriptionNokiaPromptNeeded].name.Set( KBlanketPermGranted );
   218     iProperties[EPropertyDescriptionNokiaPromptNeeded].type = EWidgetPropTypeBool;
   218     iProperties[EPropertyDescriptionNokiaPromptNeeded].type = EWidgetPropTypeInt;
   219     iProperties[EPropertyDescriptionNokiaPromptNeeded].flags = CONFIG_NOKIA_MAY;
   219     iProperties[EPropertyDescriptionNokiaPromptNeeded].flags = CONFIG_NOKIA_MAY;
   220     }
   220     }
   221 
   221 
   222 // ============================================================================
   222 // ============================================================================
   223 // CWidgetUIConfigHandler::ConstructL()
   223 // CWidgetUIConfigHandler::ConstructL()