--- a/libpurple/protocols/sametime/sametime.c Wed Jun 13 19:33:13 2012 -0400 +++ b/libpurple/protocols/sametime/sametime.c Wed Aug 22 18:19:53 2012 -0400 @@ -2833,7 +2833,7 @@ if(align) g_string_append_printf(atstr, " align=\"%s\"", align); if(border) g_string_append_printf(atstr, " border=\"%s\"", border); - mov = g_snprintf(start, len, "<img%s id=\"%i\"", atstr->str, img); + mov = g_snprintf(start, len, "<img%s src=\"" PURPLE_STORED_IMAGE_PROTOCOL "%i\"", atstr->str, img); while(mov < len) start[mov++] = ' '; g_string_free(atstr, TRUE);