Mercurial > pidgin.yaz
changeset 32600:e28be6277234
Remove unnecessary line.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 09 Sep 2011 01:56:54 +0000 |
parents | d9cb56d33839 |
children | def5b2a97fee |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkutils.c Fri Sep 09 01:52:12 2011 +0000 +++ b/pidgin/gtkutils.c Fri Sep 09 01:56:54 2011 +0000 @@ -311,7 +311,6 @@ /* FIXME: Don't have editable webview yet. */ gtk_webview_set_editable(GTK_WEBVIEW(webview), editable); #endif - gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(webview), GTK_WRAP_WORD_CHAR); #ifdef USE_GTKSPELL if (editable && purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/spellcheck")) pidgin_setup_gtkspell(GTK_TEXT_VIEW(webview));