aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-favicon-cache.c
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-04-10 00:59:36 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-04-10 00:59:36 +0800
commit19b0d73f92fd47c44c140869dcc8d252869b9c02 (patch)
treec4b4fa6adfa3b691297972f54216f33216059dc0 /embed/ephy-favicon-cache.c
parent6e39ba4a5df4a9102bd97d42ab29f4204aeeb43d (diff)
downloadgsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.gz
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.bz2
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.lz
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.xz
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.tar.zst
gsoc2013-epiphany-19b0d73f92fd47c44c140869dcc8d252869b9c02.zip
Change initial refcound of EphyNode to 1, not 0
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r--embed/ephy-favicon-cache.c1
1 files changed, 0 insertions, 1 deletions
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,