[Laszlo-checkins] r13121 - openlaszlo/trunk/lps/components/lz
bargull@openlaszlo.org
bargull at openlaszlo.org
Mon Mar 2 09:33:17 PST 2009
Author: bargull
Date: 2009-03-02 09:33:15 -0800 (Mon, 02 Mar 2009)
New Revision: 13121
Modified:
openlaszlo/trunk/lps/components/lz/list.lzx
Log:
Change 20090302-bargull-EFM by bargull at dell--p4--2-53 on 2009-03-02 18:31:24
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: update call to "setHeight"
New Features:
Bugs Fixed: LPP-7844 (call to deprecated method "setHeight")
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/lps/components/lz/list.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/list.lzx 2009-03-02 17:32:54 UTC (rev 13120)
+++ openlaszlo/trunk/lps/components/lz/list.lzx 2009-03-02 17:33:15 UTC (rev 13121)
@@ -58,7 +58,7 @@
<!--- @keywords private -->
<method name="init">
super.init();
- if (this._hasSetHeight) setHeight(this.height);
+ if (this._hasSetHeight) this.setAttribute('height', this.height);
adjustmyheight();
</method>
More information about the Laszlo-checkins
mailing list