summaryrefslogtreecommitdiff
path: root/src/webicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r--src/webicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp
index 9527be04..03097956 100644
--- a/src/webicon.cpp
+++ b/src/webicon.cpp
@@ -59,7 +59,7 @@ void WebIcon::load()
void WebIcon::saveIcon(bool b)
{
if (b)
- rApp->iconManager()->provideIcon(&m_page, m_url, false);
+ rApp->iconManager()->provideIcon(m_page.mainFrame(), m_url, false);
this->deleteLater();
}