You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/09/04 05:05:17 UTC

git commit: [flex-falcon] [refs/heads/develop] - FLEX-33251

Updated Branches:
  refs/heads/develop ea607e9f1 -> dd2031efd


FLEX-33251


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/dd2031ef
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dd2031ef
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/dd2031ef

Branch: refs/heads/develop
Commit: dd2031efdecd24dd335f91425876b701d0edc5bb
Parents: ea607e9
Author: cyrill.zadra <cy...@gmail.com>
Authored: Wed Sep 4 07:04:03 2013 +0400
Committer: cyrill.zadra <cy...@gmail.com>
Committed: Wed Sep 4 07:04:03 2013 +0400

----------------------------------------------------------------------
 .../src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dd2031ef/compiler/src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java
----------------------------------------------------------------------
diff --git a/compiler/src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java b/compiler/src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java
index db41141..444cdbd 100644
--- a/compiler/src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java
+++ b/compiler/src/org/apache/flex/compiler/fxg/swf/FXG2SWFTranscoder.java
@@ -786,6 +786,7 @@ public class FXG2SWFTranscoder implements IFXGTranscoder
             graphics.setResourceResolver(resourceResolver);
             definitions.put(definitionName, definitionSprite);
             graphics.definitions = definitions;
+            graphics.problems = problems;
             graphics.definition(node.definition, definitionSprite);
         }