psa: fix updateBar
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit / usr / share / feedingit / qml / Categories.qml
index be7205e..3ecd3b0 100644 (file)
@@ -17,13 +17,13 @@ Item {
     ListView {
         id: categoryList; model: categories; delegate: categoryDelegate; z: 6;
         cacheBuffer: 100; width: parent.width;
-        height: updateBarFeeds.visible? parent.height-updateBarFeeds.height : parent.height;
+        height: updateBarCategories.visible? parent.height-updateBarCategories.height : parent.height;
         clip: true
         /*height: parent.height;*/
     }
 
     ProgressBar {
-        id: updateBar
+        id: updateBarCategories
         minimumValue: 0
         maximumValue: 100
         value: window.updateProgressValue