After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 779084 - properties-window: use gdk_pixbuf_scale_simple ()
properties-window: use gdk_pixbuf_scale_simple ()
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-22 16:58 UTC by Ernestas Kulik
Modified: 2017-02-23 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
properties-window: use gdk_pixbuf_scale_simple () (1.52 KB, patch)
2017-02-22 16:58 UTC, Ernestas Kulik
committed Details | Review

Description Ernestas Kulik 2017-02-22 16:58:41 UTC
gnome_desktop_thumbnail_scale_down_pixbuf () has been deprecated in
favor of gdk_pixbuf_scale_simple (). This commit replaces the call to
the deprecated function.
Comment 1 Ernestas Kulik 2017-02-22 16:58:46 UTC
Created attachment 346468 [details] [review]
properties-window: use gdk_pixbuf_scale_simple ()
Comment 2 Carlos Soriano 2017-02-22 18:55:03 UTC
Review of attachment 346468 [details] [review]:

yep!
Comment 3 Ernestas Kulik 2017-02-23 13:23:24 UTC
Attachment 346468 [details] pushed as 2b6ca35 - properties-window: use gdk_pixbuf_scale_simple ()