From e17d9ca8b4b4e7c61626b630915f085b1c011c69 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 13 Aug 2004 00:15:06 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@198 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 3 +++ SOGo/UI/Scheduler/UIxAppointmentEditor.wox | 2 +- SOGo/UI/Scheduler/Version | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 7487ca26..8706d704 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,5 +1,8 @@ 2004-08-13 Helge Hess + * UIxAppointmentEditor.wox: fixed base URL of form not to include + "save" (v0.9.27) + * UIxAppointmentEditor.m: catch a common programming mistake (invoking a method on a method) (v0.9.26) diff --git a/SOGo/UI/Scheduler/UIxAppointmentEditor.wox b/SOGo/UI/Scheduler/UIxAppointmentEditor.wox index 23e1e024..8cfc68fd 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentEditor.wox +++ b/SOGo/UI/Scheduler/UIxAppointmentEditor.wox @@ -7,7 +7,7 @@ className="UIxPageFrame" title="name" > -
+
diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index 9c8dad69..9461bed0 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=26 +SUBMINOR_VERSION:=27 -- 2.39.5