GNOME Bugzilla – Bug 787590
Replace use of gnome_desktop_thumbnail_scale_down_pixbuf()
Last modified: 2017-09-13 16:16:20 UTC
Evolution's build is failing in Continuous because of an API change in libgnome-desktop: https://git.gnome.org/browse/gnome-desktop/commit/?id=2887d752290762d81b23159143fcdcbbf0e90600 The replacement is pretty trivial.
Created attachment 359643 [details] [review] Replace gnome-desktop utility function The gnome_desktop_thumbnail_scale_down_pixbuf() utility function has been removed in gnome-desktop 3.27, and it wasn't much of a utility anyway, as it can be simply replaced with a single call to GdkPixbuf's own scaling API with exactly the same parameters and results. This allows us to remove a conditional build branch, and simplifies the code.
*** Bug 787591 has been marked as a duplicate of this bug. ***
Thanks for a bug report and patch. It's really trivial, I only fixed spaces versus tabs coding style issue. As it's a no-harm change I'm committing it to the stable branch as well. Created commit ec5de77564 in evo master (3.27.1+) Created commit f4caa0c55f in evo gnome-3-26 (3.26.1+)