From 4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 23 Mar 2004 18:41:01 +0000 Subject: make the flow control correct 004-03-23 JP Rosevear * gui/e-calendar-view.c: make the flow control correct svn path=/trunk/; revision=25162 --- calendar/ChangeLog | 4 ++++ calendar/gui/e-calendar-view.c | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 60ccaf10e2..a0e198094c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 JP Rosevear + + * gui/e-calendar-view.c: make the flow control correct + 2004-03-23 JP Rosevear * gui/migration.c (create_calendar_sources, create_task_sources): 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!"); + } } -- cgit v1.2.3