pidgin/gtkpounce.c

changeset 40484
7df95db772d8
parent 40439
e9838d634d5e
child 40490
fb6e46c4c63c
--- a/pidgin/gtkpounce.c	Wed Jul 01 02:21:14 2020 -0500
+++ b/pidgin/gtkpounce.c	Sun Jul 05 04:29:48 2020 -0500
@@ -707,7 +707,7 @@
 		= gtk_check_button_new_with_mnemonic(_("P_lay a sound"));
 
 	editor = talkatu_editor_new();
-	dialog->send_msg_entry = talkatu_editor_get_view(TALKATU_EDITOR(editor));
+	dialog->send_msg_entry = talkatu_editor_get_input(TALKATU_EDITOR(editor));
 	reset_send_msg_entry(dialog, NULL);
 
 	dialog->exec_cmd_entry    = gtk_entry_new();

mercurial