fix title display bug on refetch

master
Andrew Dolgov 19 years ago
parent 5a494a0bc9
commit 5a18050571

@ -126,10 +126,8 @@ function refetch_callback() {
if (!daemon_enabled) { if (!daemon_enabled) {
notify("All feeds updated."); notify("All feeds updated.");
} else { updateTitle("");
global_unread = 0;
} }
updateTitle("");
} catch (e) { } catch (e) {
exception_error("refetch_callback", e); exception_error("refetch_callback", e);
updateTitle(""); updateTitle("");

Loading…
Cancel
Save