changeset 13039:b93240522baa

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 26 Jan 2006 01:39:44 +0000
parents 4005ad2b3ca9
children b705e30efe61
files src/status.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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