cleanup notify box on successful refetch

This commit is contained in:
Andrew Dolgov 2006-02-26 17:38:03 +01:00
parent 59b8192f94
commit 4c059b7bf9
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
updateTitle("");
} else {
notify("");
}
} catch (e) {
exception_error("refetch_callback", e);