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 767534 - use gdk_cursor_new_for_display()
use gdk_cursor_new_for_display()
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Low minor
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2016-06-11 13:45 UTC by Ernestas Kulik
Modified: 2016-09-15 05:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window: use gdk_cursor_new_for_display() (1.24 KB, patch)
2016-06-11 13:45 UTC, Ernestas Kulik
none Details | Review

Description Ernestas Kulik 2016-06-11 13:45:53 UTC
The function has been deprecated for a while now. Attaching a patch with a fix.
Comment 1 Ernestas Kulik 2016-06-11 13:45:58 UTC
Created attachment 329616 [details] [review]
window: use gdk_cursor_new_for_display()

gdk_cursor_new() has been deprecated since GDK 3.16 and
gdk_cursor_new_for_display() is now the recommended function. This
commit replaces the deprecated call.
Comment 2 Paolo Bacchilega 2016-09-15 05:11:45 UTC
patch pushed to master now, thanks.