diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 15:49:54 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 15:49:54 +0100 |
commit | 1375b99df753790aaf3712b620e577856a4ae9c0 (patch) | |
tree | def8f99debaf3060af566ac84e10af0cd098cc44 /src | |
parent | Merge commit 'refs/merge-requests/1904' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-1375b99df753790aaf3712b620e577856a4ae9c0.tar.xz |
comments
Diffstat (limited to 'src')
-rw-r--r-- | src/urlbar.cpp | 1 |
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..."; |