Mon, 12 Dec 2005 05:34:54 +0000
[gaim-migrate @ 14763]
The "offline" state for accounts should be user-settable and saveable.
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/oscar/oscar.c Mon Dec 12 04:50:55 2005 +0000 +++ b/src/protocols/oscar/oscar.c Mon Dec 12 05:34:54 2005 +0000 @@ -7819,7 +7819,7 @@ /* Oscar-common status types */ type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE, OSCAR_STATUS_ID_OFFLINE, - _("Offline"), FALSE, TRUE, FALSE); + _("Offline"), TRUE, TRUE, FALSE); status_types = g_list_append(status_types, type); type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE,