mirror of
https://github.com/transmission/transmission
synced 2025-02-22 22:20:39 +00:00
fix r13896 oops
This commit is contained in:
parent
90619423ff
commit
a4bbceb483
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ compare_by_activity (GtkTreeModel * m,
|
|||
}
|
||||
|
||||
if (!ret)
|
||||
ret = compare_by_activity (m, a, b, user_data);
|
||||
ret = compare_by_queue (m, a, b, user_data);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue