diff -r 8300e1e9a38c -r 96183796df0c pidgin/gtkft.c --- a/pidgin/gtkft.c Tue Jun 21 07:43:07 2011 +0000 +++ b/pidgin/gtkft.c Wed Jun 22 07:07:28 2011 +0000 @@ -1149,8 +1149,8 @@ if (purple_xfer_get_size(xfer) <= PIDGIN_XFER_MAX_SIZE_IMAGE_THUMBNAIL) { GdkPixbuf *thumbnail = - gdk_pixbuf_new_from_file_at_size( - purple_xfer_get_local_filename(xfer), 128, 128, NULL); + pidgin_pixbuf_new_from_file_at_size( + purple_xfer_get_local_filename(xfer), 128, 128); if (thumbnail) { gchar **formats_split = g_strsplit(formats, ",", 0);