cedric pushed a commit to branch master.

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

commit e9766c6bb9923b057b7f9688de1d70901a862e93
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Wed Jun 17 15:18:02 2015 +0200

    colorselector: fix missing style warning
    
    Test Plan:
    1. open "elementary_test colorselector"
    2. click "all" button
    
    Reviewers: cedric, seoz, Hermet, raster
    
    Differential Revision: https://phab.enlightenment.org/D2635
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 data/themes/edc/elm/spinner.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/themes/edc/elm/spinner.edc b/data/themes/edc/elm/spinner.edc
index dfe3782..b2d1a29 100644
--- a/data/themes/edc/elm/spinner.edc
+++ b/data/themes/edc/elm/spinner.edc
@@ -1,4 +1,5 @@
 group { name: "elm/spinner/base/default";
+   alias: "elm/spinner/base/colorselector/default";
    images.image: "vert_bar_inset.png" COMP;
    parts {
       part { name: "clip"; type: RECT;

-- 


Reply via email to