Author: hqm
Date: 2007-10-10 11:20:57 -0700 (Wed, 10 Oct 2007)
New Revision: 6789

Modified:
   openlaszlo/trunk/demos/lzpix/app.lzx
Log:
Change 20071010-hqm-0 by [EMAIL PROTECTED] on 2007-10-10 14:18:54 EDT
    in /cygdrive/c/users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:  comment out diagnostic info in lzpix app

New Features:

Bugs Fixed: LPP-4779

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

Documentation:

Release Notes:

Details:
    
The inittimer and lps version widgets are commented out. if someone needs them
they should conditionally put instantiate them for internal releases, per 
tucker's suggestion


Tests:



Modified: openlaszlo/trunk/demos/lzpix/app.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/app.lzx        2007-10-10 18:20:32 UTC (rev 
6788)
+++ openlaszlo/trunk/demos/lzpix/app.lzx        2007-10-10 18:20:57 UTC (rev 
6789)
@@ -4,8 +4,10 @@
 * Use is subject to license terms.                                        *
 * X_LZ_COPYRIGHT_END ******************************************************-->
 <canvas width="800" height="600" bgcolor="0xcfcfcf" proxied="true" 
title="LZPIX"> <!-- bgcolor="0xc0c0c0" -->
-    <inittimer/>
-    <versioninfo/>
+  <!--
+  <inittimer/>
+  <versioninfo/>
+  -->
     <attribute name="anm_multipler" value="1" />
     <!-- demo for photo app -->
  


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

Reply via email to