diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-24 02:41:01 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-24 02:41:01 +0800 |
commit | 4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc (patch) | |
tree | 0bcd8faff8a1ad06c2bc9a712b9718e11c0bfe30 /calendar/gui | |
parent | 021562a5167834a146635ff081ab4eb5ba73f868 (diff) | |
download | gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.gz gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.zst gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.zip |
make the flow control correct
004-03-23 JP Rosevear <jpr@ximian.com>
* gui/e-calendar-view.c: make the flow control correct
svn path=/trunk/; revision=25162
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 7 |
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!"); + } } |