Mercurial > pidgin.yaz
changeset 12456:ca4021fe9a1c
[gaim-migrate @ 14765]
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:46:29 +0000 |
parents | 9971cf516b35 |
children | e585695bc16b |
files | src/protocols/simple/simple.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/simple/simple.c Mon Dec 12 05:35:21 2005 +0000 +++ b/src/protocols/simple/simple.c Mon Dec 12 05:46:29 2005 +0000 @@ -245,8 +245,9 @@ static GList *simple_status_types(GaimAccount *acc) { GaimStatusType *type; GList *types = NULL; - gaim_debug_info("simple","called simple_status_types\n"); - type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline", _("Offline"), FALSE); + + type = gaim_status_type_new_full( + GAIM_STATUS_OFFLINE, "offline", _("Offline"), TRUE, TRUE, FALSE); types = g_list_append(types, type); type = gaim_status_type_new_with_attrs(