summaryrefslogtreecommitdiff
path: root/src/urlbar
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-16 02:12:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-16 02:12:45 +0100
commitf364b998624e403a33dd1b79983f80b2d058da26 (patch)
tree9ff074a6108d42e82c826f0d2f7ecb5ac6fc1df9 /src/urlbar
parentrekonq 0.3.92 (diff)
downloadrekonq-f364b998624e403a33dd1b79983f80b2d058da26.tar.xz
Fixes focus && let Protocol handler to just load on demand
the KDirLister class (and delete on finish)
Diffstat (limited to 'src/urlbar')
-rw-r--r--src/urlbar/urlbar.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 290ac034..8cb17b17 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -161,13 +161,13 @@ void UrlBar::setProgress(int progress)
void UrlBar::updateUrl()
{
- // Don't change my typed url...
- // FIXME this is not a proper solution (also if it works...)
- if(hasFocus())
- {
- kDebug() << "Don't change my typed url...";
- return;
- }
+// // Don't change my typed url...
+// // FIXME this is not a proper solution (also if it works...)
+// if(hasFocus())
+// {
+// kDebug() << "Don't change my typed url...";
+// return;
+// }
KIcon icon;
if(m_currentUrl.isEmpty())