changeset 2 | 08c6ee43b396 |
parent 0 | f72a12da539e |
child 9 | f966699dea19 |
--- a/idlehomescreen/xmluirendering/uiengine/src/xnplugindata.cpp Thu Jan 07 12:39:41 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnplugindata.cpp Mon Jan 18 20:10:36 2010 +0200 @@ -116,7 +116,7 @@ // void CXnPluginData::ConstructL() { - iLoader = CPeriodic::NewL( CActive::EPriorityUserInput ); + iLoader = CPeriodic::NewL( CActive::EPriorityStandard ); } // -----------------------------------------------------------------------------