don't sort feedlist when sorting option is disabled

This commit is contained in:
Andrew Dolgov 2006-06-05 10:05:07 +01:00
parent c9268ed599
commit cea51014f7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}