diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-12 20:09:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-12 20:09:39 +0800 |
commit | ceab3ce08927ec45bb880371b7f31041a5192851 (patch) | |
tree | 8ab7c7d77d071f21e12954e89a5fefcacbcbac60 /tests | |
parent | 5660617413c37eb397a50361b6ca5bdd250b5be5 (diff) | |
download | gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.gz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.bz2 gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.lz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.xz gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.tar.zst gsoc2013-epiphany-ceab3ce08927ec45bb880371b7f31041a5192851.zip |
Define the names of the history and bookmarks files in just one place
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-bookmarks-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |