From 19b0d73f92fd47c44c140869dcc8d252869b9c02 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Fri, 9 Apr 2004 16:59:36 +0000 Subject: Change initial refcound of EphyNode to 1, not 0 --- embed/ephy-favicon-cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'embed/ephy-favicon-cache.c') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index ecd23339d..1854c6813 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -240,7 +240,6 @@ ephy_favicon_cache_init (EphyFaviconCache *cache) /* Icons */ cache->priv->icons = ephy_node_new_with_id (db, ICONS_NODE_ID); - ephy_node_ref (cache->priv->icons); ephy_node_signal_connect_object (cache->priv->icons, EPHY_NODE_CHILD_ADDED, (EphyNodeCallback) icons_added_cb, -- cgit v1.2.3