]> err.no Git - scalable-opengroupware.org/commitdiff
enabled take values
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Oct 2004 19:26:58 +0000 (19:26 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Oct 2004 19:26:58 +0000 (19:26 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@389 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxMailEditor.m
SOGo/UI/Mailer/Version

index 9a9e6dd688e31e15f44a74b7624d2959495e6536..4034ef86e6fca0722cb472a60a5a5fe531d65acc 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: enabled -takeValuesFromRequest: (v0.9.36)
+
 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
 
         * UIxMailToSelection.[m|wox]: parse given arguments and conditionally
index 47812e03dd58c0fbe609fef37d9609a9299df33a..dc850c93bea2d3ee4d62db01ba390e8fc7acf6d3 100644 (file)
 
 @implementation UIxMailEditor
 
+/* requests */
+
+- (BOOL)shouldTakeValuesFromRequest:(WORequest *)_rq inContext:(WOContext*)_c{
+  return YES;
+}
+
+/* actions */
+
 - (id)saveAction {
 #if 0
   NSException *ex;
index 941f0d4d5677280a5b28760e3f32942b31598979..38c93ee9d2f6454bf9df531ec4977b1c047f0313 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=35
+SUBMINOR_VERSION:=36