From 67a48b9741659c516d6e62f0a9f85a3493d8010f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 1 Mar 2004 20:12:32 +0000 Subject: When changing a bookmark address and it was a smart bookmark but now is 2004-03-01 Christian Persch * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): When changing a bookmark address and it was a smart bookmark but now is not anymore, remove the bookmark from the smart_bmks node instead of adding it :) --- src/bookmarks/ephy-bookmarks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 928813f81..88e9c5d65 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -806,7 +806,7 @@ update_has_smart_address (EphyBookmarks *bookmarks, EphyNode *bmk, const char *a { if (ephy_node_has_child (smart_bmks, bmk)) { - ephy_node_add_child (smart_bmks, bmk); + ephy_node_remove_child (smart_bmks, bmk); } } } -- cgit v1.2.3