unsubscribeFeed: call updateFeedList() when unsubscribing from labels

This commit is contained in:
Andrew Dolgov 2013-02-28 20:09:25 +04:00
parent a1f7a5191a
commit 8a77553595
1 changed files with 2 additions and 0 deletions

View File

@ -1274,6 +1274,8 @@ function unsubscribeFeed(feed_id, title) {
} else { } else {
if (feed_id == getActiveFeedId()) if (feed_id == getActiveFeedId())
setTimeout("viewfeed(-5)", 100); setTimeout("viewfeed(-5)", 100);
if (feed_id < 0) updateFeedList();
} }
} }); } });