diff -r 77e253a26eb9 -r d9367dc7edfd pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Aug 08 02:57:12 2019 +0000 +++ b/pidgin/gtkconv.c Thu Sep 05 21:03:59 2019 -0500 @@ -4375,7 +4375,7 @@ /* Setup the entry widget and all signals */ gtkconv->editor = talkatu_editor_new(); - talkatu_editor_set_buffer(TALKATU_BUFFER(gtkconv->editor), talkatu_html_buffer_new()); + talkatu_editor_set_buffer(TALKATU_EDITOR(gtkconv->editor), talkatu_html_buffer_new()); gtk_box_pack_start(GTK_BOX(gtkconv->lower_hbox), gtkconv->editor, TRUE, TRUE, 0); view = talkatu_editor_get_view(TALKATU_EDITOR(gtkconv->editor));