comparison src/protocols/irc/irc.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 bef758a67e48
children cbebda5f019c
comparison
equal deleted inserted replaced
12129:216988c717da 12130:5d9a74c47108
162 { 162 {
163 GaimStatusType *type; 163 GaimStatusType *type;
164 GList *types = NULL; 164 GList *types = NULL;
165 165
166 type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline", 166 type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline",
167 _("Offline"), FALSE); 167 _("Offline"), TRUE);
168 types = g_list_append(types, type); 168 types = g_list_append(types, type);
169 169
170 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "available", 170 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "available",
171 _("Available"), TRUE); 171 _("Available"), TRUE);
172 types = g_list_append(types, type); 172 types = g_list_append(types, type);