From 3b3c42a486b4e283385be03b1219928792a73ff4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:16:55 +0100 Subject: [PATCH] cosmetic interface fix --- tt-rss.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tt-rss.js b/tt-rss.js index 989393b03..7c7b77f9c 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -125,9 +125,11 @@ function refetch_callback() { parse_counters(reply, f_document, window); if (!daemon_enabled) { - updateTitle(""); notify("All feeds updated."); + } else { + if (!global_unread) global_unread = 0; } + updateTitle(""); } catch (e) { exception_error("refetch_callback", e); updateTitle("");