aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r--embed/ephy-web-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index a384a0d50..f39546b9d 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1499,7 +1499,8 @@ on_snapshot_ready (WebKitWebView *webview,
gtk_tree_model_get_iter (model, &iter, path);
gtk_tree_path_free (path);
- ephy_overview_store_set_snapshot (EPHY_OVERVIEW_STORE (model), &iter, surface);
+ ephy_overview_store_set_snapshot (EPHY_OVERVIEW_STORE (model), &iter, surface,
+ webkit_web_view_get_favicon (webview));
cairo_surface_destroy (surface);
}