psa: more fixes if wc unavailable
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit / usr / share / feedingit / XmlHandler.py
index 8acdb75..50cf7f0 100644 (file)
@@ -52,6 +52,7 @@ class XmlHandler():
             xml += "<category>"
             xml += "<catname>%s</catname>" %sanitize(self.listing.getCategoryTitle(cat))
             xml += "<catid>%s</catid>" % cat
+            xml += "<unread>%s</unread>" % self.listing.getCategoryUnread(cat)
             xml += "</category>"
         xml += "</xml>"
         return xml