From 537c11b20fd83ecf1194967fb6117be8061a22c6 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 21 May 2003 19:26:35 +0000 Subject: s/g_object_unref/ephy_node_unref/ s/g_object_unref/ephy_node_unref/ --- embed/ephy-favicon-cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/ephy-favicon-cache.c') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 5488a9451..1391c5f5c 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -221,7 +221,7 @@ remove_obsolete_icons (EphyFaviconCache *eb) path = g_build_filename (eb->priv->directory, filename, NULL); gnome_vfs_unlink (path); - g_object_unref (kid); + ephy_node_unref (kid); } } } @@ -324,7 +324,7 @@ kill_download (gpointer key, icon = g_hash_table_lookup (cache->priv->icons_hash, (char *)key); g_static_rw_lock_reader_unlock (cache->priv->icons_hash_lock); - g_object_unref (icon); + ephy_node_unref (icon); return TRUE; } -- cgit v1.2.3