You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2013/11/03 11:20:57 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33871 : spark.skins.mobile480.assets:ActionBarBackground not found

Updated Branches:
  refs/heads/develop dfd6c014b -> 5c9baf119


FIX FLEX-33871 : spark.skins.mobile480.assets:ActionBarBackground not found


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

Branch: refs/heads/develop
Commit: 05566d5db13afb22047272ddb29fda4488b1b3f7
Parents: eed360b
Author: mamsellem <ma...@systar.com>
Authored: Sun Nov 3 11:18:35 2013 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Sun Nov 3 11:18:35 2013 +0100

----------------------------------------------------------------------
 .../projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/05566d5d/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
index 43f7bf6..c7c39b8 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
+++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile/ActionBarSkin.as
@@ -96,8 +96,8 @@ public class ActionBarSkin extends MobileSkin
 				layoutShadowHeight = 9;
 				layoutContentGroupHeight = 130;
 				layoutTitleGroupHorizontalPadding = 40;
-				
-				borderClass = spark.skins.mobile240.assets.ActionBarBackground;
+
+				borderClass = spark.skins.mobile480.assets.ActionBarBackground;
 				
 				break;
 			}


[2/2] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

Posted by ma...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop


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

Branch: refs/heads/develop
Commit: 5c9baf119d0f309317b4cb762dcc2193ce4042af
Parents: 05566d5 dfd6c01
Author: mamsellem <ma...@systar.com>
Authored: Sun Nov 3 11:18:55 2013 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Sun Nov 3 11:18:55 2013 +0100

----------------------------------------------------------------------
 RELEASE_NOTES | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------