diff -r efe6019c9e91 -r 7a07b6857540 libpurple/protocols/sametime/sametime.c --- a/libpurple/protocols/sametime/sametime.c Thu Aug 23 01:27:48 2012 -0400 +++ b/libpurple/protocols/sametime/sametime.c Fri Jan 25 02:22:38 2013 -0500 @@ -2780,7 +2780,7 @@ cid = make_cid(cid); /* add image to the purple image store */ - img = purple_imgstore_add_with_id(d_dat, d_len, cid); + img = purple_imgstore_new_with_id(d_dat, d_len, cid); /* map the cid to the image store identifier */ g_hash_table_insert(img_by_cid, cid, GINT_TO_POINTER(img));