seoz pushed a commit to branch master.

commit c96862a3d42206d88006fb6e2a54abad8090fe11
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Jul 25 15:35:42 2013 +0900

    panel.edc: rename the state for the consistency. this is not a theme api 
break.
---
 data/themes/widgets/panel.edc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/themes/widgets/panel.edc b/data/themes/widgets/panel.edc
index d756339..1213599 100644
--- a/data/themes/widgets/panel.edc
+++ b/data/themes/widgets/panel.edc
@@ -31,7 +31,7 @@ group { name: "elm/panel/left/default";
                middle: 0;
             }
          }
-         description { state: "enabled" 0.0;
+         description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
@@ -222,7 +222,7 @@ group { name: "elm/panel/left/default";
       program { name: "highlight_show";
          signal: "elm,action,focus_highlight,show";
          source: "elm";
-         action: STATE_SET "enabled" 0.0;
+         action: STATE_SET "visible" 0.0;
          transition: ACCELERATE 0.3;
          target: "focus_highlight";
       }
@@ -268,7 +268,7 @@ group { name: "elm/panel/top/default";
                middle: 0;
             }
          }
-         description { state: "enabled" 0.0;
+         description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
@@ -458,7 +458,7 @@ group { name: "elm/panel/top/default";
       program { name: "highlight_show";
          signal: "elm,action,focus_highlight,show";
          source: "elm";
-         action: STATE_SET "enabled" 0.0;
+         action: STATE_SET "visible" 0.0;
          transition: ACCELERATE 0.3;
          target: "focus_highlight";
       }
@@ -504,7 +504,7 @@ group { name: "elm/panel/bottom/default";
                middle: 0;
             }
          }
-         description { state: "enabled" 0.0;
+         description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
@@ -694,7 +694,7 @@ group { name: "elm/panel/bottom/default";
       program { name: "highlight_show";
          signal: "elm,action,focus_highlight,show";
          source: "elm";
-         action: STATE_SET "enabled" 0.0;
+         action: STATE_SET "visible" 0.0;
          transition: ACCELERATE 0.3;
          target: "focus_highlight";
       }
@@ -737,7 +737,7 @@ group { name: "elm/panel/right/default";
                middle: 0;
             }
          }
-         description { state: "enabled" 0.0;
+         description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
@@ -930,7 +930,7 @@ group { name: "elm/panel/right/default";
       program { name: "highlight_show";
          signal: "elm,action,focus_highlight,show";
          source: "elm";
-         action: STATE_SET "enabled" 0.0;
+         action: STATE_SET "visible" 0.0;
          transition: ACCELERATE 0.3;
          target: "focus_highlight";
       }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to