diff src/status.c @ 11522:a26eb48d1953

[gaim-migrate @ 13770] I removed the GAIM_STATUS_ONLINE primitive. Use GAIM_STATUS_AVAILABLE instead. If the primitive is not GAIM_STATUS_OFFLINE, then the user is online and the primitive could be GAIM_STATUS_AVAILABLE, GAIM_STATUS_AWAY, etc. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 12 Sep 2005 06:04:27 +0000
parents 519dc2186438
children 78aad676fdb2
line wrap: on
line diff
--- a/src/status.c	Mon Sep 12 05:44:03 2005 +0000
+++ b/src/status.c	Mon Sep 12 06:04:27 2005 +0000
@@ -152,7 +152,6 @@
 {
 	{ GAIM_STATUS_UNSET,           "unset",           N_("Unset")           },
 	{ GAIM_STATUS_OFFLINE,         "offline",         N_("Offline")         },
-	{ GAIM_STATUS_ONLINE,          "online",          N_("Online")          },
 	{ GAIM_STATUS_AVAILABLE,       "available",       N_("Available")       },
 	{ GAIM_STATUS_UNAVAILABLE,     "unavailable",     N_("Unavailable")     },
 	{ GAIM_STATUS_HIDDEN,          "hidden",          N_("Hidden")          },