src/protocols/irc/irc.c

changeset 11522
c2a0d620f903
parent 11500
e0965fb5bcd8
child 11718
90804d019837
equal deleted inserted replaced
11521:82244f4da9a3 11522:c2a0d620f903
164 GaimStatusType *type; 164 GaimStatusType *type;
165 GList *types = NULL; 165 GList *types = NULL;
166 166
167 type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline", 167 type = gaim_status_type_new(GAIM_STATUS_OFFLINE, "offline",
168 _("Offline"), FALSE); 168 _("Offline"), FALSE);
169 types = g_list_append(types, type);
170
171 type = gaim_status_type_new(GAIM_STATUS_ONLINE, "online",
172 _("Online"), FALSE);
173 types = g_list_append(types, type); 169 types = g_list_append(types, type);
174 170
175 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "available", 171 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "available",
176 _("Available"), TRUE); 172 _("Available"), TRUE);
177 types = g_list_append(types, type); 173 types = g_list_append(types, type);

mercurial