src/protocols/zephyr/zephyr.c

changeset 11522
c2a0d620f903
parent 11338
1a3663ac9b05
child 11531
63c017cfd8d2
equal deleted inserted replaced
11521:82244f4da9a3 11522:c2a0d620f903
2247 Hidden, will set the user's exposure to OPSTAFF 2247 Hidden, will set the user's exposure to OPSTAFF
2248 2248
2249 Away won't change their exposure but will set an auto away message (for IMs only) 2249 Away won't change their exposure but will set an auto away message (for IMs only)
2250 */ 2250 */
2251 2251
2252 type = gaim_status_type_new(GAIM_STATUS_ONLINE, "online", _("Online"), FALSE); 2252 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "online", _("Online"), FALSE);
2253 types = g_list_append(types,type); 2253 types = g_list_append(types,type);
2254 2254
2255 type = gaim_status_type_new(GAIM_STATUS_HIDDEN, "hidden", _("Hidden"), FALSE); 2255 type = gaim_status_type_new(GAIM_STATUS_HIDDEN, "hidden", _("Hidden"), FALSE);
2256 types = g_list_append(types,type); 2256 types = g_list_append(types,type);
2257 2257

mercurial