diff -r df2dff0f1359 -r cd90938cd6f7 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Mon Sep 16 20:47:19 2019 -0400 +++ b/pidgin/gtkstatusbox.c Mon Sep 16 21:08:27 2019 -0400 @@ -713,7 +713,7 @@ } static PurpleStatusType * -find_status_type_by_index(const PurpleAccount *account, gint active) +find_status_type_by_index(PurpleAccount *account, gint active) { GList *l = purple_account_get_status_types(account); gint i;