[Laszlo-checkins] r7576 - in openlaszlo/branches/4.0.5.2: . WEB-INF/lps/lfc/kernel/dhtml
Max Carlson
max at openlaszlo.org
Mon Dec 17 17:39:36 PST 2007
Did you mean:
if ((this.__parent) && (! this.__parent.__LZdeleted)) {
ptw at openlaszlo.org wrote:
> Author: ptw
> Date: 2007-12-17 17:38:00 -0800 (Mon, 17 Dec 2007)
> New Revision: 7576
>
> Modified:
> openlaszlo/branches/4.0.5.2/
> openlaszlo/branches/4.0.5.2/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
> Log:
> Change 20071217-ptw-M by ptw at dueling-banjos.local on 2007-12-17 20:36:06 EST
> in /Users/ptw/OpenLaszlo/4.0.5.2
> for http://svn.openlaszlo.org/openlaszlo/branches/4.0.5.2
>
> Summary: Merged revisions 7575 via svnmerge from http://svn.openlaszlo.org/openlaszlo/trunk
>
>
>
>
> Property changes on: openlaszlo/branches/4.0.5.2
> ___________________________________________________________________
> Name: svnmerge-integrated
> - /openlaszlo/branches/legals:1-5746,5748-5756,5758-5770,5772-5819,5821-5860,5862-5890,5892-6065,6068-6177,6179-6228,6230-6236,6241-6266 /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334,7413,7418,7420,7422-7425,7427-7430,7432-7436,7438-7439,7441,7443,7446-7448,7518
> + /openlaszlo/branches/legals:1-5746,5748-5756,5758-5770,5772-5819,5821-5860,5862-5890,5892-6065,6068-6177,6179-6228,6230-6236,6241-6266 /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334,7413,7418,7420,7422-7425,7427-7430,7432-7436,7438-7439,7441,7443,7446-7448,7518,7575
>
> Modified: openlaszlo/branches/4.0.5.2/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
> ===================================================================
> --- openlaszlo/branches/4.0.5.2/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2007-12-18 01:14:14 UTC (rev 7575)
> +++ openlaszlo/branches/4.0.5.2/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2007-12-18 01:38:00 UTC (rev 7576)
> @@ -1101,7 +1101,7 @@
> this.__LZdeleted = true;
>
> // Remove from parent if the parent is not going to be GC-ed
> - if (! this.__parent.__LZdeleted) {
> + if ((this.__parent_) && (! this.__parent.__LZdeleted)) {
> var pc = this.__parent.__children;
> for (var i = pc.length - 1; i >= 0; i--) {
> if (pc[i] === this) {
>
>
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
--
Regards,
Max Carlson
OpenLaszlo.org
More information about the Laszlo-checkins
mailing list