homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsinstalledappsstate.cpp
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsinstalledappsstate.cpp	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsinstalledappsstate.cpp	Mon Oct 18 10:20:15 2010 +0300
@@ -182,7 +182,7 @@
     else {
 		mMenuView->reset(HsItemViewContext);
         mMenuView->setModel(mModel);
-        mMenuView->listView()->scrollTo(
+        mMenuView->itemView()->scrollTo(
             mModel->index(0));
     }