summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-12-12 19:51:59 +0100
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-12-12 19:51:59 +0100
commit972d745970c0acda62610b99bb3c52bf44ec289a (patch)
tree624fb287d5d788c4d29da9a9479a60f7e6c17f74 /src/mainview.cpp
parentString fixes for the walletwidget (diff)
parentMerge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-972d745970c0acda62610b99bb3c52bf44ec289a.tar.xz
Merge branch 'master' of git://gitorious.org/rekonq/mainline into strings
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index d190507e..4437936d 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -547,7 +547,7 @@ void MainView::webViewLoadFinished(bool ok)
// KWallet Integration
// TODO: Add check for sites exempt from automatic form filling...
- if (webView->page()->wallet())
+ if (webView && webView->page() && webView->page()->wallet())
{
webView->page()->wallet()->fillFormData(webView->page()->mainFrame());
}