[1mdiff --git a/src/app.c b/src/app.c[m
[1mindex 012eb697..5fc01a5b 100644[m
[1m--- a/src/app.c[m
[1m+++ b/src/app.c[m
[36m@@ -2841,7 +2841,7 @@[m [miBool handleCommand_App(const char *cmd) {[m
: star_Icon " ${status.feeds}");[m
showCollapsed_Widget(prog, iTrue);[m
setFixedSize_Widget(findChild_Widget(prog, "feeds.progressbar"),[m
[31m- init_I2(width_Widget(prog) * num / total, -1));[m
[32m+[m[32m init_I2(total ? width_Widget(prog) * num / total : 0, -1));[m
}[m
else if (equal_Command(cmd, "feeds.update.finished")) {[m
showCollapsed_Widget(prog, iFalse);[m
text/plain
This content has been proxied by September (ba2dc).