presencesettingsui/src/psuigspluginsettingviewcontainer.cpp
changeset 13 b7e70c0792e6
parent 0 c8caa15ef882
equal deleted inserted replaced
12:e6a66db4e9d0 13:b7e70c0792e6
    53 //
    53 //
    54 void CPSUIGSPluginSettingViewContainer::ConstructL( const TRect& aRect )
    54 void CPSUIGSPluginSettingViewContainer::ConstructL( const TRect& aRect )
    55     {
    55     {
    56     UpdateTitleL();
    56     UpdateTitleL();
    57     CreateWindowL();
    57     CreateWindowL();
    58     ConstructFromResourceL( R_PSUI_SETTING_ITEMS );
       
    59     SetRect( aRect );
    58     SetRect( aRect );
    60     ActivateL();
    59     ActivateL();
    61     }
    60     }
    62 
    61 
    63 // ---------------------------------------------------------------------------
    62 // ---------------------------------------------------------------------------