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 [EMAIL PROTECTED] 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 ); 
 }
 
 /**


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to