diff -r 7be1ba1a81a8 -r 951399f32018 finch/gntrequest.c --- a/finch/gntrequest.c Tue Apr 23 18:20:57 2019 -0400 +++ b/finch/gntrequest.c Tue Apr 23 18:24:23 2019 -0400 @@ -410,7 +410,8 @@ update_selected_account(GntEntry *username, const char *start, const char *end, GntComboBox *accountlist) { - GList *accounts = gnt_tree_get_rows(GNT_TREE(accountlist->dropdown)); + GList *accounts = + gnt_tree_get_rows(GNT_TREE(gnt_combo_box_get_dropdown(accountlist))); const char *name = gnt_entry_get_text(username); while (accounts) { if (purple_find_buddy(accounts->data, name)) {