gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...
Date: Wed, 21 Mar 2007 09:33:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/03/21 09:33:19

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: action_execution_order_extend_test.c 

Log message:
        fix calling _root.note

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2657&r2=1.2658
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_extend_test.c?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2657
retrieving revision 1.2658
diff -u -b -r1.2657 -r1.2658
--- ChangeLog   20 Mar 2007 20:29:55 -0000      1.2657
+++ ChangeLog   21 Mar 2007 09:33:19 -0000      1.2658
@@ -1,3 +1,8 @@
+2007-03-21 Zou Lunkai <address@hidden>
+
+       * testsuite/misc-ming.all/action_execution_order_extend_test.c:
+         fix calling _root.note
+         
 2007-03-20 Martin Guy <address@hidden>
 
        * configure.ac:

Index: testsuite/misc-ming.all/action_execution_order_extend_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_extend_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/action_execution_order_extend_test.c        8 Mar 
2007 08:05:00 -0000       1.5
+++ testsuite/misc-ming.all/action_execution_order_extend_test.c        21 Mar 
2007 09:33:19 -0000      1.6
@@ -89,7 +89,7 @@
   SWFDisplayItem_setDepth(it_red, 20); 
   SWFDisplayItem_setName(it_red, "mc_red");
   SWFDisplayItem_addAction(it_red,
-               compileSWFActionCode("note('mc_red clip load executed'); "
+               compileSWFActionCode("_root.note('mc_red clip load executed'); "
                        "_root.y1bis = 'mc_red onClipLoad called';"),
                SWFACTION_ONLOAD);
   /* Woo, the PlaceObject tag hasn't defined an 'onLoad' function.




reply via email to

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