diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-22 15:42:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-22 15:42:00 +0200 |
commit | d361249be9ec31d575713739f032394383052705 (patch) | |
tree | a2adff3e2972cecdb26f01a0243c3fc08f004c40 /src/mainview.cpp | |
parent | CMakeLists.. (diff) | |
download | rekonq-d361249be9ec31d575713739f032394383052705.tar.xz |
Compiles && link with webkitKDE modulo the load method
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 8f3bf197..8f35fdd8 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -658,7 +658,7 @@ void MainView::loadUrl(const KUrl &url) if (webView) { - webView->load(loadingUrl); +// webView->load(loadingUrl,0L,0L); FIXME NOW!! webView->setFocus(); } } |