rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c2b2ebb7fd23ff6c5a51a6b870e23e31e279a178

commit c2b2ebb7fd23ff6c5a51a6b870e23e31e279a178
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Mar 28 13:29:15 2016 +0300

    groupview: fix missing description error
---
 data/themes/default/widgets/layout.edc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/data/themes/default/widgets/layout.edc 
b/data/themes/default/widgets/layout.edc
index 30f8d11..0979183 100644
--- a/data/themes/default/widgets/layout.edc
+++ b/data/themes/default/widgets/layout.edc
@@ -1698,6 +1698,9 @@ group { name: "elm/layout/groupview/default";
             }
             fill.type: TILE;
          }
+         description { state: "text" 0.0;
+            inherit: "default" 0.0;
+         }
 #define BG(NAME, IMG) \
    description { state: #NAME 0.0; \
       inherit: "default" 0.0; \

-- 


Reply via email to