Mercurial > pidgin
changeset 12454:dc1def8aa40c
[gaim-migrate @ 14763]
The "offline" state for accounts should be user-settable and saveable.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 12 Dec 2005 05:34:54 +0000 |
parents | 310fea768a53 |
children | 9971cf516b35 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,