diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-16 02:12:45 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-16 02:12:45 +0100 | 
| commit | f364b998624e403a33dd1b79983f80b2d058da26 (patch) | |
| tree | 9ff074a6108d42e82c826f0d2f7ecb5ac6fc1df9 /src/urlbar | |
| parent | rekonq 0.3.92 (diff) | |
| download | rekonq-f364b998624e403a33dd1b79983f80b2d058da26.tar.xz | |
Fixes focus && let Protocol handler to just load on demand
the KDirLister class (and delete on finish)
Diffstat (limited to 'src/urlbar')
| -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 290ac034..8cb17b17 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())  | 
