From d7ec90aefaeadd076d858fcc61be29d3481ecdc0 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 15 Aug 2014 11:05:10 +0200 Subject: [PATCH] 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 a38dee1d..5616114b 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 e6e8b01f..b4476e8c 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 f933504b..7d66c7bd 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;