Mercurial > pidgin
diff src/protocols/rendezvous/rendezvous.c @ 10713:7d4ca0d36f25
[gaim-migrate @ 12307]
This change makes some things not crash at signon (IRC, for one)
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 21 Mar 2005 04:17:21 +0000 |
| parents | 194167d8a3b6 |
| children | 1da76f22c750 |
line wrap: on
line diff
--- a/src/protocols/rendezvous/rendezvous.c Mon Mar 21 03:37:59 2005 +0000 +++ b/src/protocols/rendezvous/rendezvous.c Mon Mar 21 04:17:21 2005 +0000 @@ -666,7 +666,7 @@ type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE, "offline", _("Offline"), FALSE, TRUE, FALSE); status_types = g_list_append(status_types, type); - type = gaim_status_type_new_full(GAIM_STATUS_ONLINE, "online", _("Online"), FALSE, TRUE, FALSE); + type = gaim_status_type_new_full(GAIM_STATUS_ONLINE, "available", _("Available"), FALSE, TRUE, FALSE); status_types = g_list_append(status_types, type); return status_types;
