summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-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())