summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-07 00:41:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-07 00:41:22 +0200
commit530fa0d6acad0587e24f29aa2147d1d9410aa396 (patch)
tree9cfc1be75c838107784309a64eeae1cfab89d78d /src/urlbar.cpp
parentFinally (and hopefully) fixed Google search url. Sorry for committing spam :) (diff)
parentMerge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git (diff)
downloadrekonq-530fa0d6acad0587e24f29aa2147d1d9410aa396.tar.xz
Merge commit 'avaddon/master'
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp4
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);