diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 853463b9b..48334b956 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1290,7 +1290,7 @@ update_favicon_control (EphyWindow *window) cache = ephy_embed_shell_get_favicon_cache (EPHY_EMBED_SHELL (ephy_shell)); - location = ephy_tab_get_favicon_url (tab); + location = ephy_tab_get_icon_address (tab); if (location) { pixbuf = ephy_favicon_cache_get (cache, location); |