cedric pushed a commit to branch master.

http://git.enlightenment.org/games/elemines.git/commit/?id=cee2eb73328d54ed22706fc7626bd6ec9ea09e4b

commit cee2eb73328d54ed22706fc7626bd6ec9ea09e4b
Author: Shuhrat Dehkanov <sh.dehka...@samsung.com>
Date:   Wed Jun 8 14:56:47 2016 -0700

    clear 'group has a non-fixed part' error log
    
    Summary:
    ERR<20906>:edje lib/edje/edje_calc.c:2765 _edje_part_recalc_single() file 
/usr/local/share/elemines/themes/default.edj, group timer has a non-fixed part 
'clock'. You should add 'fixed: 1 1'. But in order to optimize the edje calc, 
we add it automatically.
    ERR<20906>:edje lib/edje/edje_calc.c:2765 _edje_part_recalc_single() file 
/usr/local/share/elemines/themes/default.edj, group mines has a non-fixed part 
'icon'. You should add 'fixed: 1 1'. But in order to optimize the edje calc, we 
add it automatically.
    
    ERR<21363>:edje lib/edje/edje_calc.c:2765 _edje_part_recalc_single() file 
/usr/local/share/elemines/themes/default-big.edj, group timer has a non-fixed 
part 'clock'. You should add 'fixed: 1 1'. But in order to optimize the edje 
calc, we add it automatically.
    ERR<21363>:edje lib/edje/edje_calc.c:2765 _edje_part_recalc_single() file 
/usr/local/share/elemines/themes/default-big.edj, group mines has a non-fixed 
part 'icon'. You should add 'fixed: 1 1'. But in order to optimize the edje 
calc, we add it automatically.
    
    Test Plan: Run elemines from console or gdb and observe the error logs from 
edje
    
    Reviewers: cedric
    
    Subscribers: seoz
    
    Differential Revision: https://phab.enlightenment.org/D3995
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 data/themes/default/default-big.edc | 2 ++
 data/themes/default/default.edc     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/data/themes/default/default-big.edc 
b/data/themes/default/default-big.edc
index 41410f3..fbc55bc 100644
--- a/data/themes/default/default-big.edc
+++ b/data/themes/default/default-big.edc
@@ -53,6 +53,7 @@ collections {
         type: IMAGE;
         description {
           state: "default" 0.0;
+          fixed: 1 1;
           image {
             normal: "clock.png";
           }
@@ -102,6 +103,7 @@ collections {
         type: IMAGE;
         description {
           state: "default" 0.0;
+          fixed: 1 1;
           image {
             normal: "bomb.png";
           }
diff --git a/data/themes/default/default.edc b/data/themes/default/default.edc
index 6f190f4..37395cd 100644
--- a/data/themes/default/default.edc
+++ b/data/themes/default/default.edc
@@ -53,6 +53,7 @@ collections {
         type: IMAGE;
         description {
           state: "default" 0.0;
+          fixed: 1 1;
           image {
             normal: "clock.png";
           }
@@ -102,6 +103,7 @@ collections {
         type: IMAGE;
         description {
           state: "default" 0.0;
+          fixed: 1 1;
           image {
             normal: "bomb.png";
           }

-- 


Reply via email to