Fix history storing in wxWebViewWebKit with custom schemes.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 6 Sep 2013 09:50:58 +0000 (09:50 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 6 Sep 2013 09:50:58 +0000 (09:50 +0000)
commit111d847de560f452ecebd42fa99324222a0d9f62
tree6d3d23e87f70b295a8e68c583900067d037d00ff
parent6ba718d7aee2f519d9146b90424ccec9e2243479
Fix history storing in wxWebViewWebKit with custom schemes.

When the history has just been cleared there is no existing item so we should add the new history item even in this case.

Fixes #15446.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/webview_webkit.cpp