From: helge Date: Tue, 12 Oct 2004 19:26:58 +0000 (+0000) Subject: enabled take values X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7b67c761a9218eedb947898224f6c622ef3488;p=scalable-opengroupware.org enabled take values git-svn-id: http://svn.opengroupware.org/SOGo/trunk@389 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 9a9e6dd6..4034ef86 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Helge Hess + + * UIxMailEditor.m: enabled -takeValuesFromRequest: (v0.9.36) + 2004-10-12 Marcus Mueller * UIxMailToSelection.[m|wox]: parse given arguments and conditionally diff --git a/SOGo/UI/Mailer/UIxMailEditor.m b/SOGo/UI/Mailer/UIxMailEditor.m index 47812e03..dc850c93 100644 --- a/SOGo/UI/Mailer/UIxMailEditor.m +++ b/SOGo/UI/Mailer/UIxMailEditor.m @@ -32,6 +32,14 @@ @implementation UIxMailEditor +/* requests */ + +- (BOOL)shouldTakeValuesFromRequest:(WORequest *)_rq inContext:(WOContext*)_c{ + return YES; +} + +/* actions */ + - (id)saveAction { #if 0 NSException *ex; diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 941f0d4d..38c93ee9 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=35 +SUBMINOR_VERSION:=36