diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-09 02:06:33 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-09 02:06:33 +0200 |
commit | 7fedb0bcaf32ca5cb1de9e4815de08df7098426b (patch) | |
tree | 2d9fe6184c62c37c58a99fa62fb7d91c6035f0b7 /src/urlbar/urlbar.cpp | |
parent | Using oxygen icons, removing the other ones (diff) | |
download | rekonq-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.cpp | 3 |
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()) |