GNOME Bugzilla – Bug 633458
fix build with recent gtk
Last modified: 2010-12-26 07:29:36 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.
Apologies for marking a duplicate of a newer bug. *** This bug has been marked as a duplicate of bug 635571 ***