antognolli pushed a commit to branch master.

commit 76bbf3e59b93db2ca468ec1a8d0316d79a6985bb
Author: Rafael Antognolli <[email protected]>
Date:   Tue Aug 27 17:22:47 2013 -0300

    elm/colorselector: Fix it to work with the new API.
    
    Yes, we are breaking theme API (at least throwing errors about it).
---
 data/themes/widgets/colorselector.edc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/themes/widgets/colorselector.edc 
b/data/themes/widgets/colorselector.edc
index da3490e..63ccd37 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;

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to