Mercurial > pidgin
diff src/protocols/simple/simple.c @ 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 | e024601d45c7 |
| children | 12db50600de5 |
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(
