aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-csv-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/importers/evolution-csv-importer.c')
-rw-r--r--addressbook/importers/evolution-csv-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/importers/evolution-csv-importer.c b/addressbook/importers/evolution-csv-importer.c
index 59ede0fe99..bc0e6a5dbe 100644
--- a/addressbook/importers/evolution-csv-importer.c
+++ b/addressbook/importers/evolution-csv-importer.c
@@ -758,7 +758,7 @@ csv_import (EImport *ei, EImportTarget *target, EImportImporter *im)
gci->size = ftell(file);
fseek(file, 0, SEEK_SET);
- e_book_open(gci->book, TRUE, NULL);
+ e_book_open(gci->book, FALSE, NULL);
gci->idle_id = g_idle_add (csv_import_contacts, gci);
}