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-478-gcf5bc49
Date: Wed, 13 Jul 2011 15:47:57 +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  cf5bc499491751caef6f25c76b01bf0f87756161 (commit)
      from  c597e24562b80a652ac01413611a8fa013d409a4 (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=cf5bc499491751caef6f25c76b01bf0f87756161


commit cf5bc499491751caef6f25c76b01bf0f87756161
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 13 17:47:39 2011 +0200

    Be more verbose during execution of onLoad events

diff --git a/testsuite/misc-ming.all/register_class/registerClassTest2.c 
b/testsuite/misc-ming.all/register_class/registerClassTest2.c
index 64038ec..870aa87 100644
--- a/testsuite/misc-ming.all/register_class/registerClassTest2.c
+++ b/testsuite/misc-ming.all/register_class/registerClassTest2.c
@@ -118,7 +118,10 @@ main(int argc, char** argv)
   add_actions(mo,
     "theClass1 = function() { this.x = 60; this._alpha=20; };"
     "theClass1.prototype = new MovieClip();"
-    "theClass1.prototype.onLoad = function() { trace('theClass1 proto 
onLoad'); _root.theClass1onLoadCalls.push(this); };"
+    "theClass1.prototype.onLoad = function() { "
+    " trace('theClass1 proto onLoad ('+this+')');"
+    " _root.theClass1onLoadCalls.push(this);"
+    "};"
     "theClass2 = function() { this.x = 600; this._x = 200; this._alpha=20;}; "
     "Object.registerClass('libItem1', theClass1);"
     "Object.registerClass('libItem2', theClass2);"

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

Summary of changes:
 .../register_class/registerClassTest2.c            |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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