pidgin/gtkstatusbox.c

changeset 39833
cd90938cd6f7
parent 39673
d02350b7261b
child 39930
411f3df51bcd
equal deleted inserted replaced
39832:df2dff0f1359 39833:cd90938cd6f7
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) {

mercurial