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 625097 - Don't use deprecated Gdk drawing APIs
Don't use deprecated Gdk drawing APIs
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks: 624255 625099
 
 
Reported: 2010-07-23 08:18 UTC by Benjamin Otte (Company)
Modified: 2010-07-27 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use deprecated Gdk drawing APIs (2.00 KB, patch)
2010-07-23 08:18 UTC, Benjamin Otte (Company)
accepted-commit_now Details | Review

Description Benjamin Otte (Company) 2010-07-23 08:18:34 UTC
This patch makes libgnome-desktop compile with the APIs removed in the 
current rendering-cleanup work.
Comment 1 Benjamin Otte (Company) 2010-07-23 08:18:36 UTC
Created attachment 166428 [details] [review]
Don't use deprecated Gdk drawing APIs
Comment 2 Vincent Untz 2010-07-23 08:31:02 UTC
Review of attachment 166428 [details] [review]:

I'm assuming it's all tested and it works.
Comment 3 Thomas Andersen 2010-07-23 09:57:12 UTC
indentation tabs vs. spaces
GTK_REQUIRED=2.90.inthefuture ?
Comment 4 Benjamin Otte (Company) 2010-07-24 16:22:40 UTC
(In reply to comment #3)
> GTK_REQUIRED=2.90.inthefuture ?

Nope, the patch just removes to-be-deprecated functions and uses Cairo APIs available for a few years.
Comment 5 Benjamin Otte (Company) 2010-07-27 18:37:27 UTC
I committed the patch with theindenting cleanup.