gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, strk_spike, created. release_0_8_9_st


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, strk_spike, created. release_0_8_9_start-79-g4e89957
Date: Thu, 17 Feb 2011 16:50:36 +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, strk_spike has been created
        at  4e89957309e99408e8d190de253f587cf211fcfc (commit)

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4e89957309e99408e8d190de253f587cf211fcfc


commit 4e89957309e99408e8d190de253f587cf211fcfc
Author: Sandro Santilli <address@hidden>
Date:   Thu Feb 17 17:50:07 2011 +0100

    See effects of NOT skipping rebound soft-references

diff --git a/libcore/MovieClip.cpp b/libcore/MovieClip.cpp
index 20ce020..a2cd911 100644
--- a/libcore/MovieClip.cpp
+++ b/libcore/MovieClip.cpp
@@ -803,7 +803,7 @@ MovieClip::pathElement(const ObjectURI& uri)
     if (!tmp.is_object()) return 0;
 
     if (tmp.is_sprite()) {
-        return getObject(tmp.toDisplayObject(true));
+        return getObject(tmp.toDisplayObject(false));
     }
 
     return toObject(tmp, getVM(*getObject(this)));

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


hooks/post-receive
-- 
Gnash



reply via email to

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