diff -r 632df42123db -r 2ebcb105e606 pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Mon Jan 21 23:26:42 2013 -0800 +++ b/pidgin/gtkimhtmltoolbar.c Tue Jan 22 00:05:35 2013 -0800 @@ -529,7 +529,7 @@ name = strrchr(filename, G_DIR_SEPARATOR) + 1; - id = purple_imgstore_add_with_id(filedata, size, name); + id = purple_imgstore_new_with_id(filedata, size, name); if (id == 0) { buf = g_strdup_printf(_("Failed to store image: %s\n"), filename);