billiob pushed a commit to branch master.

commit c7313949174e40b2f2429467fe838e5bc66fccae
Author: Boris Faure <[email protected]>
Date:   Thu Aug 29 15:32:03 2013 +0200

    use EFL_VERSION_MAJOR/MINOR
---
 data/themes/default.edc | 2 +-
 data/themes/mild.edc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 670c7a4..f92ae2c 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -2619,7 +2619,7 @@ target: "4.bottom"
             program {
                signal: "key,down"; source: "terminology";
                script {
-#if (EINA_VERSION_MAJOR > 1) || (EINA_VERSION_MINOR >= 8)
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 8)
                   new buf[32];
                   snprintf(buf, 31, "key-down%i", (rand() % 5) + 1);
                   run_program(get_program_id(buf));
diff --git a/data/themes/mild.edc b/data/themes/mild.edc
index 89c2227..d1fba5c 100644
--- a/data/themes/mild.edc
+++ b/data/themes/mild.edc
@@ -1210,7 +1210,7 @@ collections {
             program {
                signal: "key,down"; source: "terminology";
                script {
-#if (EINA_VERSION_MAJOR > 1) || (EINA_VERSION_MINOR >= 8)
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 8)
                   new buf[32];
                   snprintf(buf, 31, "key-down%i", (rand() % 5) + 1);
                   run_program(get_program_id(buf));

-- 

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