From 48a618c47c5af59c214b10b52a1afb24023cbcb7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 14 Apr 2003 19:59:09 +0000 Subject: Use home:, have titles. 2003-04-14 Marco Pesenti Gritti * data/epiphany.schemas.in: * data/starthere/index.xml.in: * data/starthere/section.xsl: * data/starthere/smartbookmarks.xml.in: * embed/mozilla/StartHereProtocolHandler.cpp: * embed/mozilla/StartHereProtocolHandler.h: Use home:, have titles. * lib/ephy-node.c: (ephy_node_get_from_id): Do not assert on 0 id. It's valid. --- lib/ephy-node.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/ephy-node.c') diff --git a/lib/ephy-node.c b/lib/ephy-node.c index 44ae48c2e..f3283cc88 100644 --- a/lib/ephy-node.c +++ b/lib/ephy-node.c @@ -438,8 +438,6 @@ ephy_node_get_from_id (gulong id) { EphyNode *ret = NULL; - g_return_val_if_fail (id > 0, NULL); - g_static_rw_lock_reader_lock (id_to_node_lock); ret = node_from_id_real (id); -- cgit v1.2.3