diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2841,7 +2841,7 @@ iBool handleCommand_App(const char *cmd) { | |||
2841 | : star_Icon " ${status.feeds}"); | 2841 | : star_Icon " ${status.feeds}"); |
2842 | showCollapsed_Widget(prog, iTrue); | 2842 | showCollapsed_Widget(prog, iTrue); |
2843 | setFixedSize_Widget(findChild_Widget(prog, "feeds.progressbar"), | 2843 | setFixedSize_Widget(findChild_Widget(prog, "feeds.progressbar"), |
2844 | init_I2(width_Widget(prog) * num / total, -1)); | 2844 | init_I2(total ? width_Widget(prog) * num / total : 0, -1)); |
2845 | } | 2845 | } |
2846 | else if (equal_Command(cmd, "feeds.update.finished")) { | 2846 | else if (equal_Command(cmd, "feeds.update.finished")) { |
2847 | showCollapsed_Widget(prog, iFalse); | 2847 | showCollapsed_Widget(prog, iFalse); |