memspyui/ui/hb/src/memspythreadview.cpp
changeset 26 41ebde60981f
parent 17 4f2773374eff
child 31 e7a04a6385be
--- a/memspyui/ui/hb/src/memspythreadview.cpp	Thu May 13 21:10:48 2010 +0300
+++ b/memspyui/ui/hb/src/memspythreadview.cpp	Fri May 14 15:15:12 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)