changeset 21057:44a6eeaabd80

Fix #1865 by not stripping leading and trailing spaces. I'm not sure why it was ever done - hopefully this doesn't break anything.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 02 Nov 2007 01:41:41 +0000
parents 9e45c28b4b2b
children 647b841ea945
files pidgin/gtkimhtml.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Tue Oct 30 04:28:31 2007 +0000
+++ b/pidgin/gtkimhtml.c	Fri Nov 02 01:41:41 2007 +0000
@@ -204,8 +204,6 @@
 	html = g_strjoinv("\n", split);
 	g_strfreev(split);
 
-	html = g_strstrip(html);
-
 #if 0 /* Debugging for Windows clipboard */
 	purple_debug_info("imhtml clipboard", "HTML fragment: '%s'\n", html);
 #endif