diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-02 01:22:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-02 01:22:13 +0100 |
commit | 51bc713428c8c23f9b3f614c756a1bc3e239c586 (patch) | |
tree | 5eeff7f5f05658ce9c1d3af45140c8c175c110c4 /src | |
parent | This will fix rekonq behaviour on opening external links. (diff) | |
download | rekonq-51bc713428c8c23f9b3f614c756a1bc3e239c586.tar.xz |
Reenabled urlbar hack
BUG:228606
Diffstat (limited to 'src')
-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()) |