diff -r aa2fa096cbfb -r 863223ea6961 ui/views/slideshowview/src/glxslideshowview.cpp --- a/ui/views/slideshowview/src/glxslideshowview.cpp Fri Jun 11 17:53:15 2010 +0530 +++ b/ui/views/slideshowview/src/glxslideshowview.cpp Fri Jun 25 15:41:33 2010 +0530 @@ -64,7 +64,7 @@ void GlxSlideShowView::activate() { TRACER("GlxSlideShowView::activate()"); - mWindow->setOrientation(Qt::Horizontal, true); // Actually it is animation false, Hack for Bug in Media wall -todo- need to Address this ASAP + mWindow->setOrientation(Qt::Horizontal, false); //finds the widgets from the docml loadObjects(); @@ -83,7 +83,7 @@ void GlxSlideShowView::deActivate() { TRACER("GlxSlideShowView::deActivate()"); - mWindow->unsetOrientation(true); // Actually it is animation false, Hack for Bug in Media wall -todo- need to Address this ASAP + mWindow->unsetOrientation(false); setStatusBarVisible(TRUE); setTitleBarVisible(TRUE);