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

J Crowley jcrowley at laszlosystems.com
Wed Aug 1 10:06:30 PDT 2007


Ahh, gotcha.  Thanks, I'll remember that.

-Josh

On Aug 1, 2007, at 7:25 AM, P T Withington wrote:

> 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