homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmainwindow.cpp
changeset 60 30f14686fb04
parent 51 4785f57bf3d4
child 61 2b1b11a301d2
--- 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);
 }