summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-09 02:06:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-09 02:06:33 +0200
commit7fedb0bcaf32ca5cb1de9e4815de08df7098426b (patch)
tree2d9fe6184c62c37c58a99fa62fb7d91c6035f0b7 /src/urlbar/urlbar.cpp
parentUsing oxygen icons, removing the other ones (diff)
downloadrekonq-7fedb0bcaf32ca5cb1de9e4815de08df7098426b.tar.xz
Fixing icons position and saving a couple of moveEvents
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index c5201a1c..adc011f0 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -249,7 +249,10 @@ void UrlBar::loadFinished()
return;
if(_tab->url().scheme() == QL1S("about") )
+ {
+ update();
return;
+ }
// show KGet downloads??
if(ReKonfig::kgetList())