[Laszlo-dev] [Laszlo-checkins] r5891 - openlaszlo/branches/legals/lps/components/base

P T Withington ptw at openlaszlo.org
Wed Aug 1 04:25:32 PDT 2007


If you edit a file after you create your change request, it will not  
automatically be included.  You have to run

svn-updatechange

to pick up new files.

On 2007-08-01, at 04:07 EDT, jcrowley at openlaszlo.org wrote:

> Author: jcrowley
> Date: 2007-08-01 01:07:55 -0700 (Wed, 01 Aug 2007)
> New Revision: 5891
>
> Modified:
>    openlaszlo/branches/legals/lps/components/base/baseformitem.lzx
> Log:
> This should've been checked in a long time ago along with  
> baseform.lzx, but something went wrong.  This was approved in  
> January by Tucker, but somehow this file didn't get included in the  
> commit.  Fixing that now.
>
>
> Modified: openlaszlo/branches/legals/lps/components/base/ 
> baseformitem.lzx
> ===================================================================
> --- openlaszlo/branches/legals/lps/components/base/baseformitem.lzx	 
> 2007-08-01 06:43:22 UTC (rev 5890)
> +++ openlaszlo/branches/legals/lps/components/base/baseformitem.lzx	 
> 2007-08-01 08:07:55 UTC (rev 5891)
> @@ -53,6 +53,12 @@
>              }
>              super.init();
>          </method>
> +
> +        <method name="destroy">
> +            if (this._parentform)
> +                this._parentform.removeFormItem(this);
> +            super.destroy();
> +        </method>
>
>          <handler name="oninit"><![CDATA[
>              var fp = this.findForm();
>
>
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins



More information about the Laszlo-dev mailing list