Bug 25549 - wxWebKit sample.py needs fix for new EVT_WEBVIEW_LOAD constant
Summary: wxWebKit sample.py needs fix for new EVT_WEBVIEW_LOAD constant
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 11:00 PDT by Kevin Watters
Modified: 2009-05-05 14:42 PDT (History)
0 users

See Also:


Attachments
rename EVT_WEBVIEW_STATE_CHANGED to EVT_WEBVIEW_LOAD (1.02 KB, patch)
2009-05-04 11:01 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!