From e51ff8cd2501304d3cee33621a3e520204e4f4b9 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 4 Sep 2013 12:25:04 +0900 Subject: [PATCH] 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; +// } } } }