diff options
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r-- | embed/ephy-favicon-cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 7d76e50fe..3c34913d5 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -482,6 +482,8 @@ ephy_favicon_cache_get (EphyFaviconCache *cache, g_hash_table_lookup (cache->priv->icons_hash, url); + LOG ("Create pixbuf for %s", pix_file) + pixbuf = gdk_pixbuf_new_from_file (pix_file, NULL); if (pixbuf && |