From: Rafael Antognolli Date: Tue, 27 Aug 2013 20:22:47 +0000 (-0300) Subject: elm/colorselector: Fix it to work with the new API. X-Git-Tag: submit/efl/20131021.015827~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76bbf3e59b93db2ca468ec1a8d0316d79a6985bb;p=platform%2Fupstream%2Felementary.git elm/colorselector: Fix it to work with the new API. Yes, we are breaking theme API (at least throwing errors about it). --- diff --git a/data/themes/widgets/colorselector.edc b/data/themes/widgets/colorselector.edc index da3490e5a..63ccd3724 100644 --- a/data/themes/widgets/colorselector.edc +++ b/data/themes/widgets/colorselector.edc @@ -29,7 +29,7 @@ group { name: "elm/colorselector/palette/default"; min: 0 0; } } - part { name: "palette"; + part { name: "elm.palette"; type: SWALLOW; scale: 1; description { state: "default" 0.0; @@ -52,8 +52,8 @@ group { name: "elm/colorselector/palette/default"; min: 0 20; fixed: 0 1; rel1.relative: 0.0 1.0; - rel1.to: "palette"; - rel2.to: "palette"; + rel1.to: "elm.palette"; + rel2.to: "elm.palette"; align: 0.0 0.0; } description { state: "disabled" 0.0; @@ -61,7 +61,7 @@ group { name: "elm/colorselector/palette/default"; min: 0 0; } } - part { name: "selector"; + part { name: "elm.selector"; type: SWALLOW; scale: 1; description { state: "default" 0.0;