billiob pushed a commit to branch master.

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

commit d9e076fe88823906b31cc5b009b773ae7d3b58d7
Author: Boris Faure <[email protected]>
Date:   Tue Mar 11 22:40:12 2014 +0100

    keep default theme compatible with efl 1.7/8
---
 data/themes/default.edc | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 8d41774..d74358d 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -629,7 +629,11 @@ collections {
          }
          program {
             signal: "bell"; source: "terminology";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
             action: PLAY_SAMPLE "bell" 1.0 ALERT;
+#else
+            action: PLAY_SAMPLE "bell" 1.0;
+#endif
          }
          program {
             signal: "bell"; source: "terminology";
@@ -2410,19 +2414,39 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; 
target: "3.clip"; target:
                }
             }
             program { name: "key-down1";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
                action: PLAY_SAMPLE "key-tap1" 1.0 INPUT;
+#else
+               action: PLAY_SAMPLE "key-tap1" 1.0;
+#endif
             }
             program { name: "key-down2";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
                action: PLAY_SAMPLE "key-tap2" 1.0 INPUT;
+#else
+               action: PLAY_SAMPLE "key-tap2" 1.0;
+#endif
             }
             program { name: "key-down3";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
                action: PLAY_SAMPLE "key-tap3" 1.0 INPUT;
+#else
+               action: PLAY_SAMPLE "key-tap3" 1.0;
+#endif
             }
             program { name: "key-down4";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
                action: PLAY_SAMPLE "key-tap4" 1.0 INPUT;
+#else
+               action: PLAY_SAMPLE "key-tap4" 1.0;
+#endif
             }
             program { name: "key-down5";
+#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
                action: PLAY_SAMPLE "key-tap5" 1.0 INPUT;
+#else
+               action: PLAY_SAMPLE "key-tap5" 1.0;
+#endif
             }
             program {
                signal: "key,down"; source: "terminology";

-- 


Reply via email to