summaryrefslogtreecommitdiff
path: root/src/ephy-tab-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab-view.c')
-rw-r--r--src/ephy-tab-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab-view.c b/src/ephy-tab-view.c
index 60b57dd4c..2933ef091 100644
--- a/src/ephy-tab-view.c
+++ b/src/ephy-tab-view.c
@@ -382,7 +382,7 @@ update_icon_cb (AdwTabPage *page)
{
EphyEmbed *embed = EPHY_EMBED (adw_tab_page_get_child (page));
EphyWebView *view = ephy_embed_get_web_view (embed);
- GIcon *icon = G_ICON (ephy_web_view_get_icon (view));
+ GIcon *icon = ephy_web_view_get_icon (view);
g_autoptr (GIcon) placeholder_icon = NULL;
const char *uri, *favicon_name;