billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=ec8ed54f2501d94c56e61e0bc1be231e1068f24f

commit ec8ed54f2501d94c56e61e0bc1be231e1068f24f
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Jun 4 00:42:55 2017 +0200

    default.edc: shall make it compile again with EFL 1.8
---
 data/themes/default.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 047bcc8..113ecda 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -1013,10 +1013,12 @@ collections {
             action: STATE_SET "focused" 0.0;
             target: "glint";
             target: "shine";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
             sequence {
                action: STATE_SET "focused2" 0.0;
                target: "glow";
             }
+#endif
          }
          program { name: "focus_in2";
             action: STATE_SET "focused2" 0.0;

-- 


Reply via email to