summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/urlbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp
index 12691519..5850f4e4 100644
--- a/src/urlbar.cpp
+++ b/src/urlbar.cpp
@@ -155,6 +155,7 @@ void UrlBar::setProgress(int progress)
void UrlBar::slotUpdateUrl()
{
// 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...";