psa: fix typo
authorYves Marcoz <yves@marcoz.org>
Fri, 6 Jan 2012 05:05:49 +0000 (21:05 -0800)
committerYves Marcoz <yves@marcoz.org>
Fri, 6 Jan 2012 05:05:49 +0000 (21:05 -0800)
psa_harmattan/feedingit/qml/ArticleViewer.qml

index f4a18a9..7c18550 100644 (file)
@@ -69,7 +69,7 @@ Item {
         width: parent.width;
         height: updateBarArticles.visible? parent.height-updateBarArticles.height : parent.height;
         visible: false; z:8
-        onCurrentIndexChanged: articlesView.positionViewAtIndex(currentIndex, ListView.Contain)
+        onCurrentIndexChanged: articleView.positionViewAtIndex(currentIndex, ListView.Contain)
         highlightRangeMode: ListView.StrictlyEnforceRange; snapMode: ListView.SnapOneItem
         //cacheBuffer: 5;
         onMovementStarted: articleViewer.vertPanningEnabled=false;