[evolution-ews] Fix typo in the last commit (bd23b39f3)
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Fix typo in the last commit (bd23b39f3)
- Date: Tue, 14 May 2013 14:35:22 +0000 (UTC)
commit ada87c8cfc96cacb52c65a9178eb8c5608f7b5ff
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Tue May 14 16:34:42 2013 +0200
Fix typo in the last commit (bd23b39f3)
src/addressbook/e-book-backend-ews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-ews.c b/src/addressbook/e-book-backend-ews.c
index a8715e3..dacbcfd 100644
--- a/src/addressbook/e-book-backend-ews.c
+++ b/src/addressbook/e-book-backend-ews.c
@@ -1298,7 +1298,7 @@ ews_create_contact_cb (GObject *object,
* Support for ContactPhoto was added in Exchange 2010 SP2.
* We don't want to try to set/get this property if we are running in older version of the
server.
*/
- if (!e_ews_connection_satifies_server_version (ebews->priv->cnc, E_EWS_EXCHANGE_2010_SP2)) {
+ if (!e_ews_connection_satisfies_server_version (ebews->priv->cnc, E_EWS_EXCHANGE_2010_SP2)) {
/*
* The contact photo is basically an attachment with a special name.
* Considering this, we only can set the contact photo after create the contact
itself.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]