diff src/status.h @ 10151:d83e6f2125b1

[gaim-migrate @ 11228] Patch by Andrew Hart to fix some bugs in the priority calculations. Marv says it still doesn't work for him, so we probably have a bug elsewhere, but this patch is correct. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 30 Oct 2004 02:28:50 +0000
parents 9fdbfe832fac
children 393f85d9f8dd
line wrap: on
line diff
--- a/src/status.h	Fri Oct 29 14:49:43 2004 +0000
+++ b/src/status.h	Sat Oct 30 02:28:50 2004 +0000
@@ -49,8 +49,8 @@
  */
 typedef enum
 {
-	GAIM_STATUS_UNSET     = -1,
-	GAIM_STATUS_OFFLINE   = 0,
+	GAIM_STATUS_UNSET = 0,
+	GAIM_STATUS_OFFLINE,
 	GAIM_STATUS_ONLINE,
 	GAIM_STATUS_AVAILABLE,
 	GAIM_STATUS_UNAVAILABLE,