im.pidgin.pidgin: 1205e278220163b2062ec507c8868153e338ef8e

datallah at pidgin.im datallah at pidgin.im
Thu Nov 1 21:45:37 EDT 2007


-----------------------------------------------------------------
Revision: 1205e278220163b2062ec507c8868153e338ef8e
Ancestor: 4de61f8b3a8d60c481d7effd1bdf116dff3a405b
Author: datallah at pidgin.im
Date: 2007-11-02T01:41:41
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtkimhtml.c

ChangeLog: 

Fix #1865 by not stripping leading and trailing spaces.  I'm not sure why it was ever done - hopefully this doesn't break anything.

-------------- next part --------------
============================================================
--- pidgin/gtkimhtml.c	79ef00b6c42a9e6126e9496907d5bad40a9cf59c
+++ pidgin/gtkimhtml.c	bbf951c86c5466e1193253ee1a6b58f1ec505505
@@ -204,8 +204,6 @@ clipboard_win32_to_html(char *clipboard)
 	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


More information about the Commits mailing list