Bug 25549

Summary: wxWebKit sample.py needs fix for new EVT_WEBVIEW_LOAD constant
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
rename EVT_WEBVIEW_STATE_CHANGED to EVT_WEBVIEW_LOAD kevino: review+

Description Kevin Watters 2009-05-04 11:00:41 PDT
the wxWebKit sample "sample.py" is still using the old EVT_WEBVIEW_STATE_CHANGED constant, which was renamed to EVT_WEBVIEW_LOAD.
Comment 1 Kevin Watters 2009-05-04 11:01:19 PDT
Created attachment 29994 [details]
rename EVT_WEBVIEW_STATE_CHANGED to EVT_WEBVIEW_LOAD
Comment 2 Kevin Ollivier 2009-05-05 14:42:33 PDT
Landed in r43252, thanks!