From 51d9cb2d971c06038eeca975aa9b59027203f452 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 19 Oct 2004 17:35:31 +0000 Subject: Fix import of bookmarks in root folder. Fixes bug #152443. 2004-10-19 Christian Persch * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_xbel): Fix import of bookmarks in root folder. Fixes bug #152443. --- src/bookmarks/ephy-bookmarks-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index f41c882d5..391d4c2e9 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -418,7 +418,7 @@ xbel_parse_xbel (EphyBookmarks *eb, xmlTextReaderPtr reader) /* shouldn't happen but does anyway :( */ } else if (xmlStrEqual (tag, (xmlChar *) "bookmark") && type == XML_READER_TYPE_ELEMENT - && state == STATE_FOLDER) + && state == STATE_XBEL) { EphyNode *node = NULL; -- cgit v1.2.3