Bug 28690

Summary: Build failure in webkitgtk+-1.1.3
Product: WebKit Reporter: David Ronis <David.Ronis>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
pixbufunref.patch none

Description David Ronis 2009-08-24 15:38:39 PDT
Compilation fails in work/main.d/webkit-1.1.13/WebCore/platform/gtk/CursorGtk.cpp:    gdk_pixbuf_unref(pixbuf);

Turns out that gdk_pixbuf_unref is deprecated in gtk+ in version 2.17.8.

I added the declaration manually, but all that did was to give me link errors.
Comment 1 Xan Lopez 2009-08-25 00:10:00 PDT
Created attachment 38534 [details]
pixbufunref.patch

You are right, patch attached.
Comment 2 Xan Lopez 2009-08-25 00:19:51 PDT
Comment on attachment 38534 [details]
pixbufunref.patch

This was r+ by Jan or IRC.
Comment 3 Xan Lopez 2009-08-25 00:20:09 PDT
Landed as r47742, closing.