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-479-g7250e15
Date: Wed, 13 Jul 2011 15:50:40 +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  7250e1572a9cb65966a6c54576ce7e7a50becb20 (commit)
      from  cf5bc499491751caef6f25c76b01bf0f87756161 (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=7250e1572a9cb65966a6c54576ce7e7a50becb20


commit 7250e1572a9cb65966a6c54576ce7e7a50becb20
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 13 17:50:27 2011 +0200

    Be verbose also about the second onLoad event...

diff --git a/testsuite/misc-ming.all/register_class/registerClassTest2.c 
b/testsuite/misc-ming.all/register_class/registerClassTest2.c
index 870aa87..bf059bd 100644
--- a/testsuite/misc-ming.all/register_class/registerClassTest2.c
+++ b/testsuite/misc-ming.all/register_class/registerClassTest2.c
@@ -171,7 +171,10 @@ main(int argc, char** argv)
   add_clip_init_actions(mc3, " _root.note('mc3.initactions'); "
                              " theClass3 = function () {}; "
                              " theClass3.prototype = new MovieClip(); "
-                             " theClass3.prototype.onLoad = function() { 
trace('theClass3 proto onLoad'); _root.theClass3onLoadCalls.push(this); };"
+                             " theClass3.prototype.onLoad = function() {"
+                            "  trace('theClass3 proto onLoad ('+this+')');"
+                            "  _root.theClass3onLoadCalls.push(this);"
+                            " };"
                              " Object.registerClass('libItem3', theClass3); "
                              " _root.attachMovie('libItem3', 'clip3', 30); "
                              // clip3.__proto__ is initialized before 
executing onClipConstruct

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

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]