aboutsummaryrefslogtreecommitdiff
path: root/src/importldif.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 05:11:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 05:11:34 +0000
commit1d2c08d736595d00fe3976b8774566783fa40c20 (patch)
treed296455c2bed82266ab07f1ae618a8d1069ee90b /src/importldif.c
parentab69c08b535b1098c0d399aefe19757d966754a2 (diff)
added new option: 'Set only mail address when composing from address book'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2759 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/importldif.c')
-rw-r--r--src/importldif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importldif.c b/src/importldif.c
index db595738..329b253e 100644
--- a/src/importldif.c
+++ b/src/importldif.c
@@ -824,7 +824,7 @@ AddressBookFile *addressbook_imp_ldif_file( AddressIndex *addrIndex,
const gchar *book_name ) {
gchar *fsfile;
GList *node, *list;
- gboolean ret;
+ gboolean ret = FALSE;
g_return_val_if_fail(addrIndex != NULL, NULL);
g_return_val_if_fail(file != NULL, NULL);