diff options
Diffstat (limited to 'lib/widgets/ephy-hosts-store.c')
-rw-r--r-- | lib/widgets/ephy-hosts-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-hosts-store.c b/lib/widgets/ephy-hosts-store.c index 99fff4833..b5a9e6af4 100644 --- a/lib/widgets/ephy-hosts-store.c +++ b/lib/widgets/ephy-hosts-store.c @@ -91,7 +91,7 @@ ephy_hosts_store_get_host_from_path (EphyHostsStore *store, { GtkTreeIter iter; - EphyHistoryHost *host = ephy_history_host_new ("", "", 0, 1.0); + EphyHistoryHost *host = ephy_history_host_new (NULL, NULL, 0, 1.0); gtk_tree_model_get_iter (GTK_TREE_MODEL (store), &iter, path); gtk_tree_model_get (GTK_TREE_MODEL (store), &iter, |