raster pushed a commit to branch master.

commit e51ff8cd2501304d3cee33621a3e520204e4f4b9
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Sep 4 12:25:04 2013 +0900

    themes are messed up... make entrance build again
    
    (disable fade, and replace bg with rect as image missing!)
---
 configure.ac                    |  1 -
 data/themes/default/default.edc | 18 ++++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index cdbefb6..050d31f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,6 @@ data/Makefile
 data/themes/Makefile
 data/themes/beaumonts/Makefile
 data/themes/default/Makefile
-data/themes/fade/Makefile
 data/themes/old/Makefile
 ])
 
diff --git a/data/themes/default/default.edc b/data/themes/default/default.edc
index 8603045..a17dd66 100644
--- a/data/themes/default/default.edc
+++ b/data/themes/default/default.edc
@@ -13,17 +13,19 @@ externals {
 collections {
    group {
       name: "entrance/background/default";
-      images {
-         image: "entrance_background.jpg" LOSSY 90;
-      }
+//      images {
+//         image: "entrance_background.jpg" LOSSY 90;
+//      }
       parts {
          part { name: "base";
-            type: IMAGE;
+//            type: IMAGE;
+            type: RECT;
             description { state: "default" 0.0;
-               image {
-                  normal: "entrance_background.jpg";
-                  scale_hint: STATIC;
-               }
+                 color: 50 80 140 255;
+//               image {
+//                  normal: "entrance_background.jpg";
+//                  scale_hint: STATIC;
+//               }
             }
          }
       }

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to