From 60ded1e282bc6484a18b709507960f51b91b6e2c Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Tue, 27 Aug 2013 17:22:47 -0300 Subject: [PATCH] elm/colorselector: Fix it to work with the new API. Yes, we are breaking theme API (at least throwing errors about it). --- legacy/elementary/data/themes/widgets/colorselector.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/data/themes/widgets/colorselector.edc b/legacy/elementary/data/themes/widgets/colorselector.edc index da3490e5aa..63ccd3724c 100644 --- a/legacy/elementary/data/themes/widgets/colorselector.edc +++ b/legacy/elementary/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;