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/history.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/history.cpp')
-rw-r--r-- | src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.cpp b/src/history.cpp index 11cd3653..d67e65d0 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -500,7 +500,7 @@ QVariant HistoryModel::data(const QModelIndex &index, int role) const case Qt::DecorationRole: if (index.column() == 0) { - return Application::instance()->icon(item.url); + return Application::icon(item.url); } } return QVariant(); |