gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all action_execution_...
Date: Mon, 12 Feb 2007 10:31:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/12 10:31:21

Modified files:
        testsuite/misc-ming.all: action_execution_order_test.c 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test.c?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: action_execution_order_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- action_execution_order_test.c       12 Feb 2007 10:30:29 -0000      1.3
+++ action_execution_order_test.c       12 Feb 2007 10:31:21 -0000      1.4
@@ -70,9 +70,9 @@
   sh_red = make_fill_square (0, 300, 60, 60, 255, 0, 0, 255, 0, 0);
   SWFMovieClip_add(mc_red, (SWFBlock)sh_red);  
   add_clip_actions(mc_red, " _root.xtrace('as in frame1 of mc_red'); _root.x1 
= \"as_in_mc_red\"; ");
-  SWFMovieClip_nextFrame(mc_red);/ *1st frame */
+  SWFMovieClip_nextFrame(mc_red); /* 1st frame */
   add_clip_actions(mc_red, " _root.xtrace('as in frame2 of mc_red'); _root.x2 
= \"as_in_mc_red\"; stop(); ");
-  SWFMovieClip_nextFrame(mc_red);/* 2nd frame */
+  SWFMovieClip_nextFrame(mc_red); /* 2nd frame */
   
   /* Add mc_red to _root and name it as "mc_red" */
   SWFDisplayItem it_red;




reply via email to

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