GNOME Bugzilla – Bug 779366
incorrect finish function for Pixbuf.from_stream_at_scale_async
Last modified: 2017-02-28 16:11:05 UTC
Commit f52b4849 introduced a bug when using Pixbuf.from_stream_at_scale_async; the finish should have remained gdk_pixbuf_new_from_stream_finish, not changed to gdk_pixbuf_save_to_stream_finish. This is causing a crash in the current master Flatpak build of Geary.
Created attachment 346900 [details] [review] Revert the finish function change Seems to work fine for me with this.
Created attachment 346906 [details] [review] gdk-pixbuf-2.0: Use correct finish-func for Pixbuf.from_stream_at_scale_async()
Attachment 346906 [details] pushed as 4f5213a - gdk-pixbuf-2.0: Use correct finish-func for Pixbuf.from_stream_at_scale_async()