--- a/libpurple/protocols/jabber/si.c Tue Jun 23 21:33:10 2009 +0000 +++ b/libpurple/protocols/jabber/si.c Thu Jun 25 20:46:11 2009 +0000 @@ -1260,7 +1260,8 @@ char buf[32]; xfer->filename = g_path_get_basename(xfer->local_filename); - + purple_xfer_prepare_thumbnail(xfer); + iq = jabber_iq_new(jsx->js, JABBER_IQ_SET); xmlnode_set_attrib(iq->node, "to", xfer->who); si = xmlnode_new_child(iq->node, "si");