aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-hosts-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-hosts-store.c')
-rw-r--r--lib/widgets/ephy-hosts-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-hosts-store.c b/lib/widgets/ephy-hosts-store.c
index 38e9b9c55..8d7c42cdb 100644
--- a/lib/widgets/ephy-hosts-store.c
+++ b/lib/widgets/ephy-hosts-store.c
@@ -107,7 +107,7 @@ ephy_hosts_store_add_hosts (EphyHostsStore *store,
favicon = webkit_favicon_database_try_get_favicon_pixbuf (database, host->url,
FAVICON_SIZE, FAVICON_SIZE);
gtk_list_store_insert_with_values (GTK_LIST_STORE (store),
- &treeiter, -1,
+ &treeiter, G_MAXINT,
EPHY_HOSTS_STORE_COLUMN_ID, host->id,
EPHY_HOSTS_STORE_COLUMN_TITLE, host->title,
EPHY_HOSTS_STORE_COLUMN_ADDRESS, host->url,