adium.1-4: b65dfab5: applied changes from 400711883eb863ad003...

evands at pidgin.im evands at pidgin.im
Mon Sep 20 18:50:42 EDT 2010


----------------------------------------------------------------------
Revision: b65dfab57c19509d1026f43fbc94188e5d336c4f
Parent:   f60a4d47fcae2dbbb90b7941acdf05525698690c
Author:   evands at pidgin.im
Date:     09/20/10 18:49:09
Branch:   im.pidgin.adium.1-4
URL: http://d.pidgin.im/viewmtn/revision/info/b65dfab57c19509d1026f43fbc94188e5d336c4f

Changelog: 

applied changes from 400711883eb863ad003b708b910f4f0254797ffa
             through 913a8d73fc8635dab66f0c26561d1ec9fe366b09

Changes against parent f60a4d47fcae2dbbb90b7941acdf05525698690c

  patched  libpurple/protocols/oscar/oscar.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	73b32a33724f06e06014b5b81aa5284a9cad1a43
+++ libpurple/protocols/oscar/oscar.c	0d31bc1de3254ce9463d46890d8cf8a25b9fbe45
@@ -4678,7 +4678,8 @@ oscar_send_im(PurpleConnection *gc, cons
 			tmp2 = purple_markup_strip_html(tmp1);
 			is_html = FALSE;
 		} else {
-			tmp2 = g_strdup(tmp1);
+			/* ICQ 6 wants its HTML wrapped in these tags. Oblige it. */
+			tmp2 = g_strdup_printf("<HTML><BODY>%s</BODY></HTML>", tmp1);
 			is_html = TRUE;
 		}
 		g_free(tmp1);


More information about the Commits mailing list