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

max@openlaszlo.org max at openlaszlo.org
Sat Jun 28 11:17:27 PDT 2008


Author: max
Date: 2008-06-28 11:17:22 -0700 (Sat, 28 Jun 2008)
New Revision: 10119

Modified:
   openlaszlo/trunk/lps/components/lz/menu.lzx
Log:
Change 20080628-maxcarlson-I by maxcarlson at Roboto on 2008-06-28 10:49:11 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix typo in menu.lzx

Bugs Fixed: LPP-6561 - dhtml: menus can only be expanded once (sm app: animation/gen comp: menu/sampler: frosty)

Technical Reviewer: promanik
QA Reviewer: llundrigan
Doc Reviewer: (pending)

Details: Fix typo that went in as part of r10082.
    
Tests: See LPP-6561.



Modified: openlaszlo/trunk/lps/components/lz/menu.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/menu.lzx	2008-06-28 18:03:36 UTC (rev 10118)
+++ openlaszlo/trunk/lps/components/lz/menu.lzx	2008-06-28 18:17:22 UTC (rev 10119)
@@ -176,7 +176,7 @@
         ]]> </method>
 
         <!--- @keywords private -->
-        <handler name="onmousedown" >separator
+        <handler name="onmousedown" >
             // a menu button only exists within a menubar so
             // toggle menubar's clickcounter between 0 and 1
             this.parent._clickcounter += 1; // this.parent is a menubar



More information about the Laszlo-checkins mailing list