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 635727 - Adjust for GTK+ API change
Adjust for GTK+ API change
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Drawing
unspecified
Other All
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2010-11-24 20:47 UTC by Florian Müllner
Modified: 2010-11-24 22:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keyboard-drawing: Replace deprecated enum value (1.04 KB, patch)
2010-11-24 20:47 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2010-11-24 20:47:01 UTC
See attached patch.
Comment 1 Florian Müllner 2010-11-24 20:47:08 UTC
Created attachment 175200 [details] [review]
keyboard-drawing: Replace deprecated enum value

GTK_PIXELS has been removed from GTK+. GtkPrintOperation uses
GtkUnit for units anyway, so replace with GTK_UNIT_PIXEL.
Comment 2 Florian Müllner 2010-11-24 22:15:23 UTC
Attachment 175200 [details] pushed as ba6b4bd - keyboard-drawing: Replace deprecated enum value