[evolution/gnome-2-30] On Windows, some LDIF files can have .ldi extension
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-30] On Windows, some LDIF files can have .ldi extension
- Date: Thu, 20 May 2010 13:44:51 +0000 (UTC)
commit 40fb13f6a3200ade9449090ef84278ee06f76fc0
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Thu May 20 14:36:41 2010 +0200
On Windows, some LDIF files can have .ldi extension
addressbook/importers/evolution-ldif-importer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/importers/evolution-ldif-importer.c b/addressbook/importers/evolution-ldif-importer.c
index 41dda05..cfc3637 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]