gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9938: comment out debugging lines a


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9938: comment out debugging lines as they make self-contained instructions fall off the bounds
Date: Mon, 06 Oct 2008 17:22:23 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9938
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 17:22:23 +0200
message:
  comment out debugging lines as they make self-contained instructions fall off 
the bounds
modified:
  testsuite/misc-ming.all/ButtonEventsTest.c
=== modified file 'testsuite/misc-ming.all/ButtonEventsTest.c'
--- a/testsuite/misc-ming.all/ButtonEventsTest.c        2008-04-18 23:56:23 
+0000
+++ b/testsuite/misc-ming.all/ButtonEventsTest.c        2008-10-06 15:22:23 
+0000
@@ -134,10 +134,10 @@
                        "var myName = ''+this;"
                        "if ( _root.buttonChild[myDepth] == undefined ) 
_root.buttonChild[myDepth] = {nam:myName,exe:1,uld:0};"
                        "else _root.buttonChild[myDepth]['exe']++;"
-                        "_root.note('Actions in frame0 of '+this+' at depth 
'+myDepth+' executed.');" 
+                        //"_root.note('Actions in frame0 of '+this+' at depth 
'+myDepth+' executed.');" 
                        "this.onUnload = function() {"
                        "       var myDepth = -(getDepth()+32769-16383);"
-                       "       _root.note(''+this+' at depth '+myDepth+' 
unloaded.');"
+                       //"     _root.note(''+this+' at depth '+myDepth+' 
unloaded.');"
                        "       _root.buttonChild[myDepth]['uld']++;"
                        "};"
                        
//"_root.note('buttonChilds:'+dumpObj(_root.buttonChild));"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]