diff -r 4f2773374eff -r 4b22a598b890 memspyui/ui/hb/src/memspythreadview.cpp --- a/memspyui/ui/hb/src/memspythreadview.cpp Fri May 14 15:53:02 2010 +0300 +++ b/memspyui/ui/hb/src/memspythreadview.cpp Thu May 27 12:52:19 2010 +0300 @@ -132,7 +132,7 @@ { QVariantMap map; map["tid"] = index.data(Qt::UserRole); - mViewManager.showView(ThreadDetailView, map); + mViewManager.showView(ThreadDetailIndexView, map); } void MemSpyThreadView::catchLongPress(HbAbstractViewItem *item, const QPointF &coords)