summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 15:49:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 15:49:54 +0100
commit1375b99df753790aaf3712b620e577856a4ae9c0 (patch)
treedef8f99debaf3060af566ac84e10af0cd098cc44 /src/urlbar.cpp
parentMerge commit 'refs/merge-requests/1904' of git://gitorious.org/rekonq/mainlin... (diff)
downloadrekonq-1375b99df753790aaf3712b620e577856a4ae9c0.tar.xz
comments
Diffstat (limited to 'src/urlbar.cpp')
-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...";