cosmetic fix 2

This commit is contained in:
Andrew Dolgov 2006-02-12 09:19:15 +01:00
parent 3b3c42a486
commit 9da1e3be20
1 changed files with 1 additions and 1 deletions

View File

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