aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-24 02:41:01 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-24 02:41:01 +0800
commit4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc (patch)
tree0bcd8faff8a1ad06c2bc9a712b9718e11c0bfe30 /calendar/gui/e-calendar-view.c
parent021562a5167834a146635ff081ab4eb5ba73f868 (diff)
downloadgsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar
gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.gz
gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.bz2
gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.lz
gsoc2013-evolution-4ec743e8fb4d1ab3db8bd9b5a9d408a9a69391bc.tar.xz
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/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!");
+ }
}