# HG changeset patch # User Mark Doliner # Date 1134366389 0 # Node ID ca4021fe9a1ca406ee7b5476e9ec5b3c7f17b0e9 # Parent 9971cf516b35200c04b33f4f81eefcb090fd1652 [gaim-migrate @ 14765] The "offline" state for accounts should be user-settable and saveable. committer: Tailor Script diff -r 9971cf516b35 -r ca4021fe9a1c src/protocols/simple/simple.c --- 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(