| 579 _("Offline"), TRUE, TRUE, FALSE); |
579 _("Offline"), TRUE, TRUE, FALSE); |
| 580 types = g_list_append(types, type); |
580 types = g_list_append(types, type); |
| 581 |
581 |
| 582 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, |
582 type = gaim_status_type_new_full(GAIM_STATUS_AVAILABLE, |
| 583 "available", |
583 "available", |
| 584 _("Online"), TRUE, TRUE, FALSE); |
584 _("Available"), TRUE, TRUE, FALSE); |
| 585 types = g_list_append(types, type); |
585 types = g_list_append(types, type); |
| 586 |
586 |
| 587 return types; |
587 return types; |
| 588 } |
588 } |
| 589 |
589 |