seoz pushed a commit to branch master.

commit 73b62dbcc0c0848e307e8768f21f1ff5b7090878
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Jul 25 18:51:08 2013 +0900

    thumb.edc: fixed wrong braces and formatting.
---
 edje/edc/elm/thumb.edc | 78 +++++++++++++++++++++++++-------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/edje/edc/elm/thumb.edc b/edje/edc/elm/thumb.edc
index 5bc3b70..1639130 100644
--- a/edje/edc/elm/thumb.edc
+++ b/edje/edc/elm/thumb.edc
@@ -96,45 +96,45 @@ group { name: "elm/thumb/base/default";
             fill.smooth: 0;
          }
       }
-      programs {
-         program { name: "spin";
-            signal: "elm,state,pulse,start";
-            source: "elm";
-            action: STATE_SET "spin" 0.0;
-            transition: LINEAR 1.0;
-            target: "knob_spinner";
-            after: "spin2";
-         }
-         program { name: "spin2";
-            action: STATE_SET "default" 0.0;
-            target: "knob_spinner";
-            after: "spin";
-         }
-         program { name: "pulse_start";
-            signal: "elm,state,pulse,start";
-            source: "elm";
-            action: STATE_SET "active" 0.0;
-            transition: SINUSOIDAL 0.25;
-            target: "busy_clip";
-         }
-         program { name: "pulse_stop";
-            signal: "elm,state,pulse,stop";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            transition: SINUSOIDAL 1.0;
-            target: "busy_clip";
-            after: "spin3";
-         }
-         program { name: "spin3";
-            action: ACTION_STOP;
-            target: "spin";
-            target: "spin2";
-            after: "spin4";
-         }
-         program { name: "spin4";
-            action: STATE_SET "default" 0.0;
-            target: "knob_spinner";
-         }
+   }
+   programs {
+      program { name: "spin";
+         signal: "elm,state,pulse,start";
+         source: "elm";
+         action: STATE_SET "spin" 0.0;
+         transition: LINEAR 1.0;
+         target: "knob_spinner";
+         after: "spin2";
+      }
+      program { name: "spin2";
+         action: STATE_SET "default" 0.0;
+         target: "knob_spinner";
+         after: "spin";
+      }
+      program { name: "pulse_start";
+         signal: "elm,state,pulse,start";
+         source: "elm";
+         action: STATE_SET "active" 0.0;
+         transition: SINUSOIDAL 0.25;
+         target: "busy_clip";
+      }
+      program { name: "pulse_stop";
+         signal: "elm,state,pulse,stop";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         transition: SINUSOIDAL 1.0;
+         target: "busy_clip";
+         after: "spin3";
+      }
+      program { name: "spin3";
+         action: ACTION_STOP;
+         target: "spin";
+         target: "spin2";
+         after: "spin4";
+      }
+      program { name: "spin4";
+         action: STATE_SET "default" 0.0;
+         target: "knob_spinner";
       }
    }
 }

-- 

------------------------------------------------------------------------------
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