[evolution-ews] cosmetic: codying style
- From: Fabiano FidĂŞncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] cosmetic: codying style
- Date: Tue, 30 Jul 2013 12:11:01 +0000 (UTC)
commit 8dd830a4340bc4b06c7b5178d9892e6b1db2962a
Author: Fabiano FidĂŞncio <fidencio redhat com>
Date: Mon Jul 29 15:23:20 2013 +0200
cosmetic: codying style
https://bugzilla.gnome.org/show_bug.cgi?id=681741
src/calendar/e-cal-backend-ews.c | 48 +++++++++++++++++++-------------------
1 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index e644bac..0430ab2 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -2805,33 +2805,33 @@ e_cal_backend_ews_receive_objects (ECalBackend *backend,
break;
}
}
- if (!error) {
- transp = icalcomponent_get_first_property (subcomp, ICAL_TRANSP_PROPERTY);
- if (!g_strcmp0 (icalproperty_get_value_as_string (transp), "TRANSPARENT") &&
- !g_strcmp0 (response_type, "ACCEPTED")) {
- /*user can accept meeting but mark it as free in it's calendar
- the following code is updating the exchange meeting status to free */
- for (l = ids; l != NULL; l = g_slist_next (l)) {
- EEwsItem *item = (EEwsItem *) l->data;
- if (item) {
- accept_data->item_id = e_ews_item_get_id (item)->id;
- accept_data->change_key = e_ews_item_get_id
(item)->change_key;
- break;
+ if (!error) {
+ transp = icalcomponent_get_first_property (subcomp,
ICAL_TRANSP_PROPERTY);
+ if (!g_strcmp0 (icalproperty_get_value_as_string (transp),
"TRANSPARENT") &&
+ !g_strcmp0 (response_type, "ACCEPTED")) {
+ /*user can accept meeting but mark it as free in it's calendar
+ the following code is updating the exchange meeting status
to free */
+ for (l = ids; l != NULL; l = g_slist_next (l)) {
+ EEwsItem *item = (EEwsItem *) l->data;
+ if (item) {
+ accept_data->item_id = e_ews_item_get_id
(item)->id;
+ accept_data->change_key = e_ews_item_get_id
(item)->change_key;
+ break;
+ }
}
+ e_ews_connection_update_items_sync (
+ priv->cnc,
+ EWS_PRIORITY_MEDIUM,
+ "AlwaysOverwrite",
+ NULL, "SendToNone",
+ NULL,
+ prepare_set_free_busy_status,
+ accept_data,
+ &ids,
+ cancellable,
+ &error);
}
- e_ews_connection_update_items_sync (
- priv->cnc,
- EWS_PRIORITY_MEDIUM,
- "AlwaysOverwrite",
- NULL, "SendToNone",
- NULL,
- prepare_set_free_busy_status,
- accept_data,
- &ids,
- cancellable,
- &error);
}
- }
g_free (item_id);
g_free (change_key);
g_free (mail_id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]