memspyui/ui/hb/src/memspythreadview.cpp
changeset 19 4b22a598b890
parent 17 4f2773374eff
child 31 e7a04a6385be
--- 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)