discomfitor pushed a commit to branch master.

commit 79214b0875acec5a927755cdd8f3a408c5b721a8
Author: discomfitor <[email protected]>
Date:   Sat Aug 31 15:10:05 2013 +0100

    use billiob's new edje_cc version defines to fix 1.7 theme building
---
 data/themes/edc/deskmirror.edc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/themes/edc/deskmirror.edc b/data/themes/edc/deskmirror.edc
index e388165..2d47dcb 100644
--- a/data/themes/edc/deskmirror.edc
+++ b/data/themes/edc/deskmirror.edc
@@ -156,7 +156,9 @@ group { name: "e/deskmirror/frame/default";
          signal: "e,state,focused"; source: "e";
          script {
             custom_state(PART:"top", "default", 0.0);
+#ifdef EFL_VERSION_MAJOR
             set_state_val(PART:"top", STATE_IMAGE, 
get_image_id("vgrad_med_dark.png"));
+#endif
             set_state(PART:"top", "custom", 0.0);
             custom_state(PART:"title2", "default", 0.0);
             set_state_val(PART:"title2", STATE_VISIBLE, 1);
@@ -171,7 +173,9 @@ group { name: "e/deskmirror/frame/default";
          signal: "e,state,unfocused"; source: "e";
          script {
             custom_state(PART:"top", "default", 0.0);
+#ifdef EFL_VERSION_MAJOR
             set_state_val(PART:"top", STATE_IMAGE, 
get_image_id("vgrad_med_lighter.png"));
+#endif
             set_state(PART:"top", "custom", 0.0);
             custom_state(PART:"title2", "default", 0.0);
             set_state_val(PART:"title2", STATE_VISIBLE, 0);

-- 

------------------------------------------------------------------------------
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