discomfitor pushed a commit to branch master.

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

commit bf2527bf60356c772f90fdc370316d538003be65
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri May 9 15:58:03 2014 -0400

    genlist theme no longer uses desc.state anywhere
---
 data/themes/edc/elm/genlist.edc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index a26ea80..9d7db6c 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/data/themes/edc/elm/genlist.edc
@@ -1353,15 +1353,15 @@ group { "genlist_arrow"; inherit_only: 1; 
program_source: "elm";
             inherit: "default";
             image.normal: "sym_right_dark_normal.png";
          }
-         desc { state: "default" 1.0;
+         desc { "default" 1.0;
             inherit: "default";
             image.normal: "sym_down_light_normal.png";
          }
-         desc { state: "selected" 1.0;
+         desc { "selected" 1.0;
             inherit: "default";
             image.normal: "sym_down_glow_normal.png";
          }
-         desc { state: "disabled" 1.0;
+         desc { "disabled" 1.0;
             inherit: "default";
             image.normal: "sym_down_dark_normal.png";
          }
@@ -1386,15 +1386,15 @@ group { "genlist_arrow"; inherit_only: 1; 
program_source: "elm";
             inherit: "default";
             image.normal: "sym_left_dark_normal.png";
          }
-         desc { state: "default" 1.0;
+         desc { "default" 1.0;
             inherit: "default";
             image.normal: "sym_down_light_normal.png";
          }
-         desc { state: "selected" 1.0;
+         desc { "selected" 1.0;
             inherit: "default";
             image.normal: "sym_down_glow_normal.png";
          }
-         desc { state: "disabled" 1.0;
+         desc { "disabled" 1.0;
             inherit: "default";
             image.normal: "sym_down_dark_normal.png";
          }

-- 


Reply via email to