| 274 type = purple_status_type_new(PURPLE_STATUS_AVAILABLE, NULL, NULL, TRUE); |
274 type = purple_status_type_new(PURPLE_STATUS_AVAILABLE, NULL, NULL, TRUE); |
| 275 types = g_list_append(types, type); |
275 types = g_list_append(types, type); |
| 276 |
276 |
| 277 type = purple_status_type_new_with_attrs( |
277 type = purple_status_type_new_with_attrs( |
| 278 PURPLE_STATUS_AWAY, NULL, NULL, TRUE, TRUE, FALSE, |
278 PURPLE_STATUS_AWAY, NULL, NULL, TRUE, TRUE, FALSE, |
| 279 "message", _("Message"), purple_g_value_new(G_TYPE_STRING), |
279 "message", _("Message"), purple_value_new(G_TYPE_STRING), |
| 280 NULL); |
280 NULL); |
| 281 types = g_list_append(types, type); |
281 types = g_list_append(types, type); |
| 282 |
282 |
| 283 type = purple_status_type_new(PURPLE_STATUS_OFFLINE, NULL, NULL, TRUE); |
283 type = purple_status_type_new(PURPLE_STATUS_OFFLINE, NULL, NULL, TRUE); |
| 284 types = g_list_append(types, type); |
284 types = g_list_append(types, type); |