gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12249: Fix loading of bitmap movies


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12249: Fix loading of bitmap movies again. There should really be an automatic
Date: Sun, 13 Jun 2010 10:29:05 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12249 [merge]
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sun 2010-06-13 10:29:05 +0200
message:
  Fix loading of bitmap movies again. There should really be an automatic
  test for this!
  
  Minor comment correction in testsuite.
modified:
  libcore/BitmapMovie.cpp
  testsuite/misc-ming.all/InitActionTest2.c
=== modified file 'libcore/BitmapMovie.cpp'
--- a/libcore/BitmapMovie.cpp   2010-01-01 17:48:26 +0000
+++ b/libcore/BitmapMovie.cpp   2010-06-13 08:17:16 +0000
@@ -33,6 +33,7 @@
 
     const int depth = 1 + DisplayObject::staticDepthOffset;
     placeDisplayObject(bm, depth);
+    bm->construct();
 }
 
 } // namespace gnash

=== modified file 'testsuite/misc-ming.all/InitActionTest2.c'
--- a/testsuite/misc-ming.all/InitActionTest2.c 2010-06-10 13:47:23 +0000
+++ b/testsuite/misc-ming.all/InitActionTest2.c 2010-06-13 06:02:41 +0000
@@ -59,7 +59,7 @@
     // Check in next frame:
     check(mo, "_global.val4 == undefined");
     
-    // Frame 4
+    // Frame 3
     SWFMovie_nextFrame(mo);
 
     // Action is before export tag.


reply via email to

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