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 633458 - fix build with recent gtk
fix build with recent gtk
Status: RESOLVED DUPLICATE of bug 635571
Product: GtkHtml
Classification: Other
Component: API
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
evolution[cleanup]
Depends on:
Blocks:
 
 
Reported: 2010-10-29 13:22 UTC by Matthias Clasen
Modified: 2010-12-26 07:29 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
patch (21.80 KB, patch)
2010-10-29 13:22 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2010-10-29 13:22:47 UTC
Created attachment 173477 [details] [review]
patch

Here is a patch that addresses a few recent and coming deprecations:
- gtk_layout_geT_h/vadjustment have been removed in favour of the GtkScrollable interface
- size_request is going to go away in favour of height-for-width geometry

In some cases, the size_request implementations just did the same as the inherited one from GtkBin, so I just removed those.

Only compile-tested.
Comment 1 Craig Keogh 2010-12-26 07:29:36 UTC
Apologies for marking a duplicate of a newer bug.

*** This bug has been marked as a duplicate of bug 635571 ***