CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/03/05 14:33:27
Modified files:
testsuite/misc-ming.all: action_execution_order_extend_test.c
Log message:
fixed typo (frames reported as 1-based always)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_extend_test.c?cvsroot=gnash&r1=1.1&r2=1.2
Patches:
Index: 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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- action_execution_order_extend_test.c 5 Mar 2007 08:29:05 -0000
1.1
+++ action_execution_order_extend_test.c 5 Mar 2007 14:33:27 -0000
1.2
@@ -60,7 +60,7 @@
dejagnuclip = get_dejagnu_clip((SWFBlock)get_default_font(srcdir), 10, 0, 0,
800, 600);
SWFMovie_add(mo, (SWFBlock)dejagnuclip);
- add_actions(mo, " trace('as in frame0 of root');"); // can't use 'note'
here, as it's not been defined yet
+ add_actions(mo, " trace('as in frame1 of root');"); // can't use 'note'
here, as it's not been defined yet
SWFMovie_nextFrame(mo); /* 1st frame */
mc_blu = newSWFMovieClip();
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit