From 86636557589b2102a506aea689c3f06a646dbcfe Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Feb 2004 23:34:16 +0000 Subject: =?UTF-8?q?Add=20missing=20check=20for=20Firebird=20bookmarks,=20p?= =?UTF-8?q?atch=20by=20Andr=E9=20Dahlqvist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing check for Firebird bookmarks, patch by André Dahlqvist. --- src/bookmarks/ephy-bookmarks-import.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bookmarks/ephy-bookmarks-import.c') diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index 0b0eecfa1..5395d625c 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -104,7 +104,8 @@ ephy_bookmarks_import (EphyBookmarks *bookmarks, { return ephy_bookmarks_import_xbel (bookmarks, filename); } - else if (strstr (filename, MOZILLA_BOOKMARKS_DIR) != NULL) + else if (strstr (filename, MOZILLA_BOOKMARKS_DIR) != NULL || + strstr (filename, FIREBIRD_BOOKMARKS_DIR) != NULL) { return ephy_bookmarks_import_mozilla (bookmarks, filename); } -- cgit v1.2.3