# HG changeset patch # User Daniel Atallah # Date 1193967701 0 # Node ID 44a6eeaabd807daf67036f5e2ae8e678fa132694 # Parent 9e45c28b4b2ba56d041488a03f8e68f4853c5fa3 Fix #1865 by not stripping leading and trailing spaces. I'm not sure why it was ever done - hopefully this doesn't break anything. diff -r 9e45c28b4b2b -r 44a6eeaabd80 pidgin/gtkimhtml.c --- 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