aboutsummaryrefslogtreecommitdiffstats
path: root/importers/netscape-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'importers/netscape-importer.c')
-rw-r--r--importers/netscape-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/importers/netscape-importer.c b/importers/netscape-importer.c
index 67b1cda599..c722b4747b 100644
--- a/importers/netscape-importer.c
+++ b/importers/netscape-importer.c
@@ -1184,7 +1184,7 @@ netscape_import_filters (NsImporter *importer)
fc = filter_context_new ();
user = g_concat_dir_and_file (g_get_home_dir (),
"evolution/filters.xml");
- system = EVOLUTION_DATADIR "/evolution/filtertypes.xml";
+ system = EVOLUTION_DATADIR "/evolution-" BASE_VERSION "/filtertypes.xml";
if (rule_context_load ((RuleContext *)fc, system, user) < 0) {
g_warning ("Could not load rule context.");