Fri, 06 Sep 2019 21:50:13 -0500
Make sure word wrap is on in the history
| pidgin/gtkconv.c | file | annotate | diff | comparison | revisions |
--- 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) {