[Laszlo-checkins] r7775 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf
hqm@openlaszlo.org
hqm at openlaszlo.org
Tue Jan 8 16:14:12 PST 2008
Author: hqm
Date: 2008-01-08 16:14:09 -0800 (Tue, 08 Jan 2008)
New Revision: 7775
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs
Log:
Change 20080108-hqm-6 by hqm at DADDY_THNKPAD67 on 2008-01-08 17:21:21 EST
in /cygdrive/c/users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc
for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Summary: fix for null-setter warning in lzloadlibrary
New Features:
Bugs Fixed: LPP-5189
Technical Reviewer: andre
QA Reviewer: ptw
Doc Reviewer:
Documentation:
Release Notes:
Details:
remove calls which used to apply to LzLibrary when it subclassed LzView
Tests:
see bug report
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs 2008-01-08 22:23:11 UTC (rev 7774)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs 2008-01-09 00:14:09 UTC (rev 7775)
@@ -33,8 +33,6 @@
//Debug.write("LzLibraryLoader.request() this.proxied=", this.proxied);
var o = { libpath: req, url: req , lzt: "lib", proxied: this.proxied};
super.request( o );
- this.owner.setAttribute( "framesloadratio" , 0 );
- this.owner.setAttribute( "loadratio" , 0 );
}
/**
More information about the Laszlo-checkins
mailing list