psa: fix updateBar
[feedingit] / psa_harmattan / feedingit / qml / ArticleViewer.qml
index 6da3b6e..f2b89aa 100644 (file)
@@ -58,7 +58,7 @@ Item {
         model: articles
         delegate: listing
         width: parent.width;
-        height: updateBarFeeds.visible? parent.height-updateBarFeeds.height : parent.height;
+        height: updateBarArticles.visible? parent.height-updateBarArticles.height : parent.height;
         /*x: 0;*/
         cacheBuffer: 100;
         flickDeceleration: 1500