catchup group: deselect everything before processing

This commit is contained in:
Andrew Dolgov 2013-10-20 18:45:24 +04:00
parent bc3db0af06
commit 24940c3dc9
1 changed files with 1 additions and 0 deletions

View File

@ -2156,6 +2156,7 @@ function initHeadlinesMenu() {
menu.addChild(new dijit.MenuItem({
label: __("Mark group as read"),
onClick: function(event) {
selectArticles("none");
selectArticles("all",
"#headlines-frame > div[id*=RROW]"+
"[orig-feed-id='"+menu.callerRowId+"']");