fix r13896 oops

This commit is contained in:
Jordan Lee 2013-01-30 00:28:53 +00:00
parent 90619423ff
commit a4bbceb483
1 changed files with 1 additions and 1 deletions

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