aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 24c12fa5e6..efdd046b3d 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1639,8 +1639,7 @@ e_calendar_view_modify_and_send (ECalComponent *comp,
if (itip_organizer_is_user (comp, client) &&
send_component_dialog (toplevel, client, comp, new)) {
itip_send_comp (E_CAL_COMPONENT_METHOD_REQUEST, comp, client, NULL);
- } else {
- g_message (G_STRLOC ": Could not update the object!");
- }
- }
+ } else {
+ g_message (G_STRLOC ": Could not update the object!");
+ }
}