diff -r 03646e8da489 -r 30f14686fb04 homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmainwindow.cpp --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmainwindow.cpp Fri Jun 11 13:30:16 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmainwindow.cpp Wed Jun 23 18:03:36 2010 +0300 @@ -49,11 +49,6 @@ if (!hbW->views().contains(view)) { hbW->addView(view); } - if (hbW->currentView() && !hbW->currentView()->isContentFullScreen()) { - // quick trick to know if we are not comming from IDLE - hbW->setCurrentView(view, true, Hb::ViewSwitchUseAltEvent); - } else { - hbW->setCurrentView(view); - } + hbW->setCurrentView(view); }