diff -r 33a5cca20993 -r e730d1a5f058 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Jan 26 04:35:30 2013 -0500 +++ b/pidgin/gtkconv.c Sun Jan 27 03:07:08 2013 -0500 @@ -1005,7 +1005,7 @@ /* Now the Buddy drop-down entry field. */ info->entry = gtk_entry_new(); - pidgin_setup_screenname_autocomplete_with_filter(info->entry, NULL, chat_invite_filter, + pidgin_setup_screenname_autocomplete(info->entry, NULL, chat_invite_filter, purple_conversation_get_account(conv)); gtk_table_attach_defaults(GTK_TABLE(table), info->entry, 1, 2, 0, 1); gtk_label_set_mnemonic_widget(GTK_LABEL(label), info->entry);