1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 22:20:39 +00:00

fix r13896 oops

This commit is contained in:
Jordan Lee 2013-01-30 00:28:53 +00:00
parent 90619423ff
commit a4bbceb483

View file

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