billiob pushed a commit to branch master.

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

commit d7ec90aefaeadd076d858fcc61be29d3481ecdc0
Author: Boris Faure <bill...@gmail.com>
Date:   Fri Aug 15 11:05:10 2014 +0200

    make themes compile with efl 1.7
---
 data/themes/default.edc             | 4 ++--
 data/themes/mild.edc                | 4 ++--
 data/themes/nyanology/nyanology.edc | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index a38dee1..5616114 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -288,7 +288,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;
@@ -315,7 +315,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;
diff --git a/data/themes/mild.edc b/data/themes/mild.edc
index e6e8b01..b4476e8 100644
--- a/data/themes/mild.edc
+++ b/data/themes/mild.edc
@@ -279,7 +279,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;
@@ -301,7 +301,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;
diff --git a/data/themes/nyanology/nyanology.edc 
b/data/themes/nyanology/nyanology.edc
index f933504..7d66c7b 100644
--- a/data/themes/nyanology/nyanology.edc
+++ b/data/themes/nyanology/nyanology.edc
@@ -148,7 +148,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;
@@ -175,7 +175,7 @@ collections {
                text { font: "Sans"; size: 8;
                   align: 1.0 0.5;
                   min: 1 1;
-                  ellipsis: -1;
+                  ellipsis: 0;
                }
             }
             description { state: "over" 0.0;

-- 


Reply via email to