don't sort feedlist when sorting option is disabled

master
Andrew Dolgov 18 years ago
parent c9268ed599
commit cea51014f7

@ -582,7 +582,7 @@ function all_counters_callback() {
getMainContext().parse_runtime_info(runtime);
}
if (getInitParam("feeds_sort_by_unread")) {
if (getInitParam("feeds_sort_by_unread") == 1) {
resort_feedlist();
}

Loading…
Cancel
Save