summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-15 22:36:28 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-15 22:36:28 +0200
commit347a34b722ef16cf499ec0cdefb2b18d7216a877 (patch)
tree77c283088d734935dbb1e7ffb99ad8f8cdadb8c8 /js
parent3f0ddad8ab6e061b9d9678e2b3443258bff11205 (diff)
fixed bug that caused the starred items menu item to be marked as read when one starred item was unstarred
Diffstat (limited to 'js')
-rw-r--r--js/menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/menu.js b/js/menu.js
index 26b4a75ad..413f23812 100644
--- a/js/menu.js
+++ b/js/menu.js
@@ -793,7 +793,7 @@ var News = News || {};
break;
case MenuNodeType.Starred:
- this._unreadCount.Subscriptions = unreadCount;
+ this._unreadCount.Starred = unreadCount;
break;
default: