aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-csv-importer.c
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-03-06 18:10:01 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-03-06 18:10:01 +0800
commite5a38f3232986b53ab64b01655aa5732aaa371a2 (patch)
tree5c9eba641851600077808f6f01c87b460287c06a /addressbook/importers/evolution-csv-importer.c
parentefea37666f7a61f329cbd12e0e9d09cff32d45da (diff)
downloadgsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar.gz
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar.bz2
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar.lz
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar.xz
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.tar.zst
gsoc2013-evolution-e5a38f3232986b53ab64b01655aa5732aaa371a2.zip
Fix for Bug 332136.
svn path=/trunk/; revision=31656
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);
}