pidgin: 2dddad66: Remove unnecessary line.

qulogic at pidgin.im qulogic at pidgin.im
Thu Sep 8 22:01:02 EDT 2011


----------------------------------------------------------------------
Revision: 2dddad6679a194837063250ef0b9c159e255313f
Parent:   b0a254953fc36ede3bde903c137d76d2a1dec4dc
Author:   qulogic at pidgin.im
Date:     09/08/11 21:56:54
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2dddad6679a194837063250ef0b9c159e255313f

Changelog: 

Remove unnecessary line.

Changes against parent b0a254953fc36ede3bde903c137d76d2a1dec4dc

  patched  pidgin/gtkutils.c

-------------- next part --------------
============================================================
--- pidgin/gtkutils.c	bef6204e01f9d0f13fc06f3dc3cf236a1c3fd8fa
+++ pidgin/gtkutils.c	79712767efd9345420d1f271cae3018d0e127014
@@ -311,7 +311,6 @@ pidgin_create_webview(gboolean editable,
 	/* 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));


More information about the Commits mailing list