From 86bdf0967bf8ab303fa92fffc723520e647728fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Thu, 20 May 2010 14:36:41 +0200 Subject: On Windows, some LDIF files can have .ldi extension --- addressbook/importers/evolution-ldif-importer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/importers') diff --git a/addressbook/importers/evolution-ldif-importer.c b/addressbook/importers/evolution-ldif-importer.c index 52ce90e212..0e6b707426 100644 --- a/addressbook/importers/evolution-ldif-importer.c +++ b/addressbook/importers/evolution-ldif-importer.c @@ -565,8 +565,8 @@ ldif_getwidget(EImport *ei, EImportTarget *target, EImportImporter *im) return vbox; } -static const gchar *supported_extensions[2] = { - ".ldif", NULL +static const gchar *supported_extensions[3] = { + ".ldif", ".ldi", NULL }; static gboolean -- cgit v1.2.3