From f5a8876657863d7770936337ee16db164affc023 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 18 Oct 2006 21:47:27 +0000 Subject: [PATCH] Monotone-Parent: c5e7b3f2198f14a7d247e302df9c7faae7200946 Monotone-Revision: 40a6d5aaa872092069dd5cf9b03dc279c8ad7440 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-18T21:47:27 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 5e61dfa6f..ae8071716 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -414,7 +414,7 @@ if ([[[[self context] request] formValueForKey: @"nojs"] intValue]) result = [self redirectToLocation: [self applicationPath]]; else - result = [self jsCloseWithRefreshMethod: @"refreshAppointments()"]; + result = [self jsCloseWithRefreshMethod: @"refreshAppointmentsAndDisplay()"]; return result; }