| 711 |
711 |
| 712 update_size(status_box); |
712 update_size(status_box); |
| 713 } |
713 } |
| 714 |
714 |
| 715 static PurpleStatusType * |
715 static PurpleStatusType * |
| 716 find_status_type_by_index(const PurpleAccount *account, gint active) |
716 find_status_type_by_index(PurpleAccount *account, gint active) |
| 717 { |
717 { |
| 718 GList *l = purple_account_get_status_types(account); |
718 GList *l = purple_account_get_status_types(account); |
| 719 gint i; |
719 gint i; |
| 720 |
720 |
| 721 for (i = 0; l; l = l->next) { |
721 for (i = 0; l; l = l->next) { |