[Laszlo-checkins] r9937 - openlaszlo/trunk/lps/components/lz
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Jun 24 06:57:20 PDT 2008
Author: bargull
Date: 2008-06-24 06:57:15 -0700 (Tue, 24 Jun 2008)
New Revision: 9937
Modified:
openlaszlo/trunk/lps/components/lz/list.lzx
Log:
Change 20080624-bargull-9NN by bargull at dell--p4--2-53 on 2008-06-24 00:11:45
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix braino in list
New Features:
Bugs Fixed: LPP-6445
Technical Reviewer: jcrowley
QA Reviewer: mkratt
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
see bugreport
Modified: openlaszlo/trunk/lps/components/lz/list.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/list.lzx 2008-06-24 12:39:11 UTC (rev 9936)
+++ openlaszlo/trunk/lps/components/lz/list.lzx 2008-06-24 13:57:15 UTC (rev 9937)
@@ -292,7 +292,7 @@
else set _bgcolor for "interior" view
@keywords private -->
<method name="setBGColor" args="c">
- if (this._setborderbg) {
+ if (this._setbordercolor) {
super.setBGColor(c);
} else {
// don't actually set the bgcolor, 'interior' view
More information about the Laszlo-checkins
mailing list