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 719469 - Alternative for deprecated function in gtkstyle.h is incorrectly truncated
Alternative for deprecated function in gtkstyle.h is incorrectly truncated
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.10.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-11-28 07:11 UTC by Aaron Hamilton
Modified: 2013-12-01 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which fixes the bug against git master as of e45ea70936ee30344b96ab99c7651fef58ebd4ff (703 bytes, patch)
2013-11-28 07:26 UTC, Aaron Hamilton
accepted-commit_now Details | Review

Description Aaron Hamilton 2013-11-28 07:11:30 UTC
gtkstyle.h suggests gtk_widget_modify_bg be replaced with "gtk_widget_override_background" which doesn't exist.
It should suggest gtk_widget_override_background_color instead.
Comment 1 Aaron Hamilton 2013-11-28 07:26:46 UTC
Created attachment 263002 [details] [review]
Patch which fixes the bug against git master as of e45ea70936ee30344b96ab99c7651fef58ebd4ff
Comment 2 Matthias Clasen 2013-12-01 18:44:59 UTC
Review of attachment 263002 [details] [review]:

sure