# HG changeset patch # User Gary Kramlich # Date 1567824613 18000 # Node ID 306aa53dfb03f06126a736d43231f4579e070909 # Parent bb365bc1169181813829f2a26009988d42e3307c Make sure word wrap is on in the history diff -r bb365bc11691 -r 306aa53dfb03 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Fri Sep 06 03:46:24 2019 +0000 +++ b/pidgin/gtkconv.c Fri Sep 06 21:50:13 2019 -0500 @@ -4340,6 +4340,7 @@ gtkconv->history_buffer = talkatu_history_buffer_new(); gtkconv->history = talkatu_history_new(); gtk_text_view_set_buffer(GTK_TEXT_VIEW(gtkconv->history), gtkconv->history_buffer); + gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(gtkconv->history), GTK_WRAP_WORD); gtk_container_add(GTK_CONTAINER(sw), gtkconv->history); if (chat) {