diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-07 00:41:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-07 00:41:22 +0200 |
commit | 530fa0d6acad0587e24f29aa2147d1d9410aa396 (patch) | |
tree | 9cfc1be75c838107784309a64eeae1cfab89d78d /src/urlbar.cpp | |
parent | Finally (and hopefully) fixed Google search url. Sorry for committing spam :) (diff) | |
parent | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git (diff) | |
download | rekonq-530fa0d6acad0587e24f29aa2147d1d9410aa396.tar.xz |
Merge commit 'avaddon/master'
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r-- | src/urlbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 0204d321..d107ba1a 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -137,11 +137,11 @@ void UrlBar::slotUpdateUrl() { if (count()) { - changeUrl(0, Application::instance()->icon(m_currentUrl), m_currentUrl); + changeUrl(0, Application::icon(m_currentUrl), m_currentUrl); } else { - insertUrl(0, Application::instance()->icon(m_currentUrl), m_currentUrl); + insertUrl(0, Application::icon(m_currentUrl), m_currentUrl); } setCurrentIndex(0); |