[Laszlo-checkins] r11217 - openlaszlo/trunk/lps/components/lz

bargull@openlaszlo.org bargull at openlaszlo.org
Thu Sep 25 01:54:35 PDT 2008


Author: bargull
Date: 2008-09-25 01:54:33 -0700 (Thu, 25 Sep 2008)
New Revision: 11217

Modified:
   openlaszlo/trunk/lps/components/lz/menu.lzx
Log:
Change 20080925-bargull-UWH by bargull at dell--p4--2-53 on 2008-09-25 10:54:02
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix menu for swf9

New Features:

Bugs Fixed: LPP-7060

Technical Reviewer: (pending)
QA Reviewer: mamye
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
remove argument for call to LzState#apply()
    

Tests:



Modified: openlaszlo/trunk/lps/components/lz/menu.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/menu.lzx	2008-09-25 08:54:13 UTC (rev 11216)
+++ openlaszlo/trunk/lps/components/lz/menu.lzx	2008-09-25 08:54:33 UTC (rev 11217)
@@ -444,7 +444,7 @@
             if ( this.command ) {
                 // force the appplication of this state
                 // because order of execution demands it.
-                this.commandstate.apply( true );
+                this.commandstate.apply();
                 var t = command.keysToString();
                 this.cmdkeys.setAttribute('text', t);
             }



More information about the Laszlo-checkins mailing list