fix show only unread in feed actions

This commit is contained in:
Andrew Dolgov 2005-11-20 08:53:23 +01:00
parent 14c8eca714
commit bdf7f1bc71

View file

@ -522,7 +522,7 @@ function allFeedsMenuGo() {
return;
}
if (opname == "Show only read") {
if (opname == "Show only unread") {
toggleDispRead();
return;
}