[Webkit-unassigned] [Bug 118177] New: Use gtk_widget_get_preferred_size instead of deprecated gtk_widget_get_requisition
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 28 02:36:14 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118177
Summary: Use gtk_widget_get_preferred_size instead of
deprecated gtk_widget_get_requisition
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Trivial
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: itoral at igalia.com
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp uses deprecated function gtk_widget_get_requisition, which produces compilation warnings. I'll attach a patch shortly to use gtk_widget_get_preferred_size instead, which is the function used to implement gtk_widget_get_requisition in GTK.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list