[evolution-ews] Bug 678464 - Default GAL needs a non-NULL resource ID
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Bug 678464 - Default GAL needs a non-NULL resource ID
- Date: Wed, 18 Jul 2012 21:26:02 +0000 (UTC)
commit 2c53c609ebae4493b33b3c41aa1dbb116a05da43
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Jul 18 17:25:10 2012 -0400
Bug 678464 - Default GAL needs a non-NULL resource ID
src/collection/e-ews-backend.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/collection/e-ews-backend.c b/src/collection/e-ews-backend.c
index 15d7df3..c7a7e5c 100644
--- a/src/collection/e-ews-backend.c
+++ b/src/collection/e-ews-backend.c
@@ -326,7 +326,7 @@ ews_backend_add_gal_source (EEwsBackend *backend)
if (oal_selected == NULL) {
display_name = _("Global Address List");
- oal_id = NULL;
+ oal_id = "global-address-list";
}
g_free (backend->priv->oal_selected);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]