aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-calendar.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-04-17 17:36:16 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-04-17 17:36:16 +0800
commite027656d8d171aa652858db22b81719f19d6b67c (patch)
treec16f26aabbf4d99e84b71ac0954b2a9904ada907 /plugins/exchange-operations/exchange-calendar.c
parenteed605e78f123753a61a930132b8e047681fcd29 (diff)
downloadgsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar.gz
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar.bz2
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar.lz
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar.xz
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.tar.zst
gsoc2013-evolution-e027656d8d171aa652858db22b81719f19d6b67c.zip
Return TRUE in case of non-exchange accounts. Fixes #338198.
svn path=/trunk/; revision=31819
Diffstat (limited to 'plugins/exchange-operations/exchange-calendar.c')
-rw-r--r--plugins/exchange-operations/exchange-calendar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c
index 15d4b1de28..c7ce41b670 100644
--- a/plugins/exchange-operations/exchange-calendar.c
+++ b/plugins/exchange-operations/exchange-calendar.c
@@ -320,6 +320,9 @@ e_exchange_calendar_check (EPlugin *epl, EConfigHookPageCheckData *data)
if (rel_uri && !strlen (rel_uri))
return FALSE;
}
+ else {
+ return TRUE;
+ }
if (!calendar_src_exists) {
/* new folder */