diff options
-rw-r--r-- | src/urlbar/urlbar.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 3ddadf6b..718d9f67 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()) |