comparison src/protocols/silc/silc.c @ 12130:5d9a74c47108

[gaim-migrate @ 14430] SF Patch #1359694 from Sadrul "I don't know what the reason behind this is -- but it'd be nice if irc/silc accounts could be set offline from the account-spec statusboxes." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Nov 2005 12:47:41 +0000
parents d5daff460913
children cbebda5f019c
comparison
equal deleted inserted replaced
12129:216988c717da 12130:5d9a74c47108
42 silcgaim_away_states(GaimAccount *account) 42 silcgaim_away_states(GaimAccount *account)
43 { 43 {
44 GaimStatusType *type; 44 GaimStatusType *type;
45 GList *types = NULL; 45 GList *types = NULL;
46 46
47 type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE, SILCGAIM_STATUS_ID_OFFLINE, _("Offline"), FALSE, FALSE, FALSE); 47 type = gaim_status_type_new_full(GAIM_STATUS_OFFLINE, SILCGAIM_STATUS_ID_OFFLINE, _("Offline"), FALSE, TRUE, FALSE);
48 types = g_list_append(types, type); 48 types = g_list_append(types, type);
49 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, SILCGAIM_STATUS_ID_AVAILABLE, _("Available"), FALSE, TRUE, FALSE); 49 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, SILCGAIM_STATUS_ID_AVAILABLE, _("Available"), FALSE, TRUE, FALSE);
50 types = g_list_append(types, type); 50 types = g_list_append(types, type);
51 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, SILCGAIM_STATUS_ID_HYPER, _("Hyper Active"), FALSE, TRUE, FALSE); 51 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, SILCGAIM_STATUS_ID_HYPER, _("Hyper Active"), FALSE, TRUE, FALSE);
52 types = g_list_append(types, type); 52 types = g_list_append(types, type);