# HG changeset patch # User Richard Laager # Date 1138239584 0 # Node ID b93240522baab23da1f2f875eec9a250384bff4a # Parent 4005ad2b3ca93f1adf114ecf8c10a897035e53f2 [gaim-migrate @ 15398] I believe this will fix the status sorting bugs. If not, it's still a correct fix for something... committer: Tailor Script diff -r 4005ad2b3ca9 -r b93240522baa src/status.c --- a/src/status.c Thu Jan 26 00:52:54 2006 +0000 +++ b/src/status.c Thu Jan 26 01:39:44 2006 +0000 @@ -136,8 +136,8 @@ static GHashTable *buddy_presences = NULL; -#define SCORE_IDLE 7 -#define SCORE_IDLE_TIME 8 +#define SCORE_IDLE 8 +#define SCORE_IDLE_TIME 9 /************************************************************************** * GaimStatusPrimitive API