summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r--embed/ephy-embed-shell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 135657e3c..ba29ab0fb 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -198,6 +198,9 @@ history_service_query_urls_cb (EphyHistoryService *service,
ephy_web_extension_proxy_history_set_urls (web_extension, urls);
}
+
+ for (l = urls; l; l = g_list_next (l))
+ ephy_embed_shell_schedule_thumbnail_update (shell, (EphyHistoryURL *)l->data);
}
static void