# HG changeset patch # User Elliott Sales de Andrade # Date 1251861735 0 # Node ID daa709ff32e379e8922ddd3cf5a7552220016ef7 # Parent 5546612e70e2db038d6cb6492a71038158b2cdf9 Properly quote the imgstore ID in the HTML for an Ink message so that the HTML logger saves it. diff -r 5546612e70e2 -r daa709ff32e3 ChangeLog --- a/ChangeLog Tue Sep 01 23:06:25 2009 +0000 +++ b/ChangeLog Wed Sep 02 03:22:15 2009 +0000 @@ -4,9 +4,12 @@ libpurple: * Fix --disable-avahi to actually disable it in configure, as opposed to just making the warning non-fatal. - * Sending custom smileys in MSN chats is now supported. * Fix using GNOME proxy settings properly. (Erik van Pienbroek) + MSN: + * Sending custom smileys in chats is now supported. + * Ink messages are now saved when using the HTML logger. + XMPP: * Prompt the user before cancelling a presence subscription. * Escape status messages that have HTML entities in the Get Info dialog. diff -r 5546612e70e2 -r daa709ff32e3 libpurple/protocols/msn/switchboard.c --- a/libpurple/protocols/msn/switchboard.c Tue Sep 01 23:06:25 2009 +0000 +++ b/libpurple/protocols/msn/switchboard.c Wed Sep 02 03:22:15 2009 +0000 @@ -920,7 +920,7 @@ } imgid = purple_imgstore_add_with_id(image_data, image_len, NULL); - image_msg = g_strdup_printf("", imgid); + image_msg = g_strdup_printf("", imgid); if (swboard->current_users > 1 || ((swboard->conv != NULL) &&