diff -r d721605b30d0 -r 89165693e770 taskswitcher/contextengine/tsfswserver/engine/src/tsfshiddenapplist.cpp --- a/taskswitcher/contextengine/tsfswserver/engine/src/tsfshiddenapplist.cpp Mon Jun 21 15:27:11 2010 +0300 +++ b/taskswitcher/contextengine/tsfswserver/engine/src/tsfshiddenapplist.cpp Thu Jul 15 18:25:29 2010 +0300 @@ -152,8 +152,8 @@ // must not call RunL directly from here as things are not fully initialized yet TRequestStatus* status = &iStatus; + SetActive(); User::RequestComplete( status, KErrNone ); - SetActive(); } // -----------------------------------------------------------------------------