seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=d777b1e21e65df140b4f38ebb328502cde013ea7

commit d777b1e21e65df140b4f38ebb328502cde013ea7
Author: Daniel Juyung Seo <juyung....@samsung.com>
Date:   Thu Nov 28 17:23:47 2013 +0900

    genlist.edc: fixed decorate all mode bug when scrolling.
    
    When we scroll the genlist with decorate all mode, newerly realized items 
looked like a normal mode.
    This was caused by a new theme. Genlist item style should handle all the 
necessary parts when decorate mode is enabled/diabled.
    This fixes T576.
---
 data/themes/edc/elm/genlist.edc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index 4869f04..b46ba88 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/data/themes/edc/elm/genlist.edc
@@ -5658,11 +5658,15 @@ group { name: "elm/genlist/item/edit/default";
          signal: "elm,state,decorate,enabled"; source: "elm";
          action: STATE_SET "on" 0.0;
          target: "elm.swallow.decorate.content";
+         target: "elm.edit.icon.1";
+         target: "elm.edit.icon.2";
       }
       program {
          signal: "elm,state,decorate,disabled"; source: "elm";
          action: STATE_SET "default" 0.0;
          target: "elm.swallow.decorate.content";
+         target: "elm.edit.icon.1";
+         target: "elm.edit.icon.2";
       }
    }
 }

-- 


Reply via email to