Mercurial > pidgin.yaz
changeset 31714:2a5e10237d69
Sort by status, then alphabetical. Sorting by status and then "none"
ends up being unstable somehow. This seems to work for me when
clicking on stuff.
Fixes #11892.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 28 Feb 2011 00:03:50 +0000 |
parents | 531bcead5652 |
children | 403207480ed1 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Thu Feb 24 18:02:21 2011 +0000 +++ b/pidgin/gtkblist.c Mon Feb 28 00:03:50 2011 +0000 @@ -7743,7 +7743,7 @@ gtk_tree_store_append(gtkblist->treemodel, iter, &groupiter); return; } else { - sort_method_none(node, blist, groupiter, cur, iter); + sort_method_alphabetical(node, blist, groupiter, cur, iter); return; }