diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-14 18:58:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-14 18:58:37 +0200 |
commit | fc8485fe58c5f43fc227c6b390c299cfab7823c4 (patch) | |
tree | fbaada34b81ab58c5087cd5378ca3773c8f9c133 /src/application.cpp | |
parent | No wait for first results (diff) | |
download | rekonq-fc8485fe58c5f43fc227c6b390c299cfab7823c4.tar.xz |
Show faster url to load
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index b1419d00..e4279da0 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -319,6 +319,10 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) break; }; + + // rapidly show first loading url.. + w->mainView()->urlBar()->setQUrl(url); + WebView *view = tab->view(); if (view) |