[elc_naviframe]: removed unnecessary changing the state code
authorShilpa Singh <shilpa.singh@samsung.com>
Thu, 27 Oct 2011 07:29:00 +0000 (16:29 +0900)
committerShilpa Singh <shilpa.singh@samsung.com>
Thu, 27 Oct 2011 09:39:28 +0000 (18:39 +0900)
Change-Id: I95f3b7f5a22a5115956dd6d2619a7392820197cd

themes/groups/naviframe.edc

index d44f9e9..bc74153 100644 (file)
          program { name: "cur_pushed";
             signal: "elm,state,cur,pushed";
             source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "pushed_finished";
+            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
          }
          program { name: "new_pushed";
             signal: "elm,state,new,pushed";
             source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            after: "show_finished";
+            action: SIGNAL_EMIT "elm,action,show,finished" "";
          }
          program { name: "prev_popped";
             signal: "elm,state,prev,popped";
             source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            after: "show_finished";
+            action: SIGNAL_EMIT "elm,action,show,finished" "";
          }
          program { name: "cur_popped";
             signal: "elm,state,cur,popped";
             source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "popped_finished";
+            action: SIGNAL_EMIT "elm,action,popped,finished" "";
          }
          program { name: "visible";
             signal: "elm,state,visible";
          program { name: "title_clicked_signal";
             action: SIGNAL_EMIT "elm,action,title,clicked" "";
          }
-         program { name: "show_finished";
-            action: SIGNAL_EMIT "elm,action,show,finished" "";
-         }
-         program { name: "pushed_finished";
-            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
-         }
-         program { name: "popped_finished";
-            action: SIGNAL_EMIT "elm,action,popped,finished" "";
-         }
          program {
             name: "title_clicked";
             signal: "mouse,clicked,1";
          program { name: "cur_pushed";
             signal: "elm,state,cur,pushed";
             source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "pushed_finished";
+            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
          }
          program { name: "new_pushed";
             signal: "elm,state,new,pushed";
             source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            after: "show_finished";
+            action: SIGNAL_EMIT "elm,action,show,finished" "";
          }
          program { name: "prev_popped";
             signal: "elm,state,prev,popped";
             source: "elm";
-            action: STATE_SET "show" 0.0;
-            target: "elm.swallow.content";
-            after: "show_finished";
+            action: SIGNAL_EMIT "elm,action,show,finished" "";
          }
          program { name: "cur_popped";
             signal: "elm,state,cur,popped";
             source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.swallow.content";
-            after: "popped_finished";
+            action: SIGNAL_EMIT "elm,action,popped,finished" "";
          }
          program { name: "visible";
             signal: "elm,state,visible";
          program { name: "title_clicked_signal";
             action: SIGNAL_EMIT "elm,action,title,clicked" "";
          }
-         program { name: "show_finished";
-            action: SIGNAL_EMIT "elm,action,show,finished" "";
-         }
-         program { name: "pushed_finished";
-            action: SIGNAL_EMIT "elm,action,pushed,finished" "";
-         }
-         program { name: "popped_finished";
-            action: SIGNAL_EMIT "elm,action,popped,finished" "";
-         }
          program {
             name: "title_clicked";
             signal: "mouse,clicked,1";