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 633374 - Port tests to GtkScrollable API instead of deprecated GtkLayout API
Port tests to GtkScrollable API instead of deprecated GtkLayout API
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-28 16:18 UTC by Vincent Untz
Modified: 2010-10-28 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Port tests to GtkScrollable API instead of deprecated GtkLayout API (2.75 KB, patch)
2010-10-28 16:18 UTC, Vincent Untz
committed Details | Review
Port tests to GtkScrollable API instead of deprecated GtkLayout API (2.75 KB, patch)
2010-10-28 16:40 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2010-10-28 16:18:26 UTC
The patch is simple, and replaces gtk_layout_[gs]et_[hv]adjustment with gtk_scrollable_*.
Comment 1 Vincent Untz 2010-10-28 16:18:28 UTC
Created attachment 173409 [details] [review]
Port tests to GtkScrollable API instead of deprecated GtkLayout API
Comment 2 Matthias Clasen 2010-10-28 16:22:36 UTC
Review of attachment 173409 [details] [review]:

Looks great, thanks.
Comment 3 Vincent Untz 2010-10-28 16:40:44 UTC
The following fix has been pushed:
4f9f52a Port tests to GtkScrollable API instead of deprecated GtkLayout API
Comment 4 Vincent Untz 2010-10-28 16:40:49 UTC
Created attachment 173414 [details] [review]
Port tests to GtkScrollable API instead of deprecated GtkLayout API