[epiphany] ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD
- Date: Mon, 30 Aug 2010 16:59:28 +0000 (UTC)
commit a5424f2cddc8b43852c3566940a8ee911a9a8b80
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Sun Aug 22 16:01:40 2010 -0500
ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD
Bug #618627
embed/ephy-favicon-cache.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index 633d375..aa3b9be 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -101,7 +101,6 @@ enum
EPHY_NODE_FAVICON_PROP_FILENAME = 3,
EPHY_NODE_FAVICON_PROP_LAST_USED = 4,
EPHY_NODE_FAVICON_PROP_STATE = 5,
- EPHY_NODE_FAVICON_PROP_CHECKOLD = 6,
EPHY_NODE_FAVICON_PROP_CHECKED = 7,
};
@@ -737,10 +736,6 @@ ephy_favicon_cache_get (EphyFaviconCache *cache,
ephy_node_set_property_int (icon,
EPHY_NODE_FAVICON_PROP_CHECKED,
(int) checklevel);
-
- /* epiphany 1.6 compat */
- ephy_node_set_property_boolean
- (icon, EPHY_NODE_FAVICON_PROP_CHECKOLD, valid);
}
/* if it still needs the check, mime type couldn't be checked. Deny! */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]