diff -r 4663f9da17aa -r 061e91dd78d4 pidgin/gtkwebviewtoolbar.c --- a/pidgin/gtkwebviewtoolbar.c Fri Sep 30 09:50:21 2016 -0500 +++ b/pidgin/gtkwebviewtoolbar.c Mon Sep 12 23:56:39 2016 -0500 @@ -562,7 +562,7 @@ if (filename == NULL) return; - img = purple_image_new_from_file(filename, TRUE); + img = purple_image_new_from_file(filename); if (!img) { gchar *buf = g_strdup_printf(_("Failed to store image: %s"),