gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-556-g90f07a0
Date: Wed, 20 Jul 2011 13:16:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  90f07a069fff5ad5b2c99af131f8773ab380eb28 (commit)
      from  2dc21aac5f3b021effdedda65debd342481e5a62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=90f07a069fff5ad5b2c99af131f8773ab380eb28


commit 90f07a069fff5ad5b2c99af131f8773ab380eb28
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 20 15:04:03 2011 +0200

    Fix libming warnings

diff --git a/testsuite/misc-ming.all/loop/loop_test4.c 
b/testsuite/misc-ming.all/loop/loop_test4.c
index 79216cf..89a5c61 100644
--- a/testsuite/misc-ming.all/loop/loop_test4.c
+++ b/testsuite/misc-ming.all/loop/loop_test4.c
@@ -150,7 +150,7 @@ main(int argc, char** argv)
   it1 = SWFMovie_add(mo, (SWFBlock)mc1);  //add movieClip3 to the _root
   SWFDisplayItem_setDepth(it1, 3);
   SWFDisplayItem_setName(it1, "movieClip3"); //name movieClip3
-  SWFDisplayItem_setRatio(it1, 2.0); // It's important to set this, don't why 
yet.
+  SWFDisplayItem_setRatio(it1, 1.0); // It's important to set this, don't why 
yet.
   SWFDisplayItem_addAction(it1, newSWFAction(
     "_root.note(this+' constructed');"
     "_root.mc3Constructed++;"
diff --git a/testsuite/misc-ming.all/loop/loop_test5.c 
b/testsuite/misc-ming.all/loop/loop_test5.c
index e902846..570234e 100644
--- a/testsuite/misc-ming.all/loop/loop_test5.c
+++ b/testsuite/misc-ming.all/loop/loop_test5.c
@@ -149,7 +149,7 @@ main(int argc, char** argv)
   it1 = SWFMovie_add(mo, (SWFBlock)mc1);  //add movieClip3 to the _root
   SWFDisplayItem_setDepth(it1, 3);
   SWFDisplayItem_setName(it1, "movieClip3"); //name movieClip3
-  SWFDisplayItem_setRatio(it1, 2.0); // It's important to set this, don't why 
yet.
+  SWFDisplayItem_setRatio(it1, 1.0); // It's important to set this, don't why 
yet.
   SWFDisplayItem_addAction(it1, newSWFAction(
     "_root.note(this+' constructed');"
     "_root.mc3Constructed++;"

-----------------------------------------------------------------------

Summary of changes:
 testsuite/misc-ming.all/loop/loop_test4.c |    2 +-
 testsuite/misc-ming.all/loop/loop_test5.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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