diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 90f18b1f1..b4036228f 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1037,7 +1037,7 @@ on_get_hosts_cb (gpointer service, hosts = (GList *) result_data; selected_host = get_selected_host (window); - gtk_list_store_clear (GTK_LIST_STORE (window->priv->hosts_store)); + ephy_hosts_store_clear (EPHY_HOSTS_STORE (window->priv->hosts_store)); ephy_hosts_store_add_hosts (window->priv->hosts_store, hosts); if (selected_host) { ephy_hosts_view_select_host (EPHY_HOSTS_VIEW (window->priv->hosts_view), |