From ceab3ce08927ec45bb880371b7f31041a5192851 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 Dec 2012 13:09:39 +0100 Subject: Define the names of the history and bookmarks files in just one place --- tests/ephy-bookmarks-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/ephy-bookmarks-test.c') diff --git a/tests/ephy-bookmarks-test.c b/tests/ephy-bookmarks-test.c index ca1f780fe..06be0e3de 100644 --- a/tests/ephy-bookmarks-test.c +++ b/tests/ephy-bookmarks-test.c @@ -23,8 +23,9 @@ #include "ephy-debug.h" #include "ephy-file-helpers.h" +#include "ephy-profile-utils.h" -const char* bookmarks_paths[] = { "ephy-bookmarks.xml", "bookmarks.rdf", NULL }; +const char* bookmarks_paths[] = { EPHY_BOOKMARKS_FILE, EPHY_BOOKMARKS_FILE_RDF, NULL }; static void clear_bookmark_files (void) -- cgit v1.2.3