naviframe: Remove redundant programs.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 5 Oct 2016 05:12:44 +0000 (14:12 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 5 Oct 2016 09:12:07 +0000 (18:12 +0900)
The redundant programs emit duplicate signals incorrectly.

data/elementary/themes/edc/elm/naviframe.edc

index 729aa37..950ab1e 100644 (file)
@@ -649,30 +649,5 @@ group { name: "elm/naviframe/item/overlap/default";
          }
       }
    }
-   programs {
-      /* current page is being pushed: [previous]<----[current] */
-      program {
-         signal: "elm,state,cur,pushed"; source: "elm";
-         action: SIGNAL_EMIT "elm,action,pushed,finished" "elm";
-      }
-
-      /* current page is being popped: [current]---->[next] */
-      program {
-         signal: "elm,state,cur,popped"; source: "elm";
-         action: SIGNAL_EMIT "elm,action,popped,finished" "elm";
-      }
-
-      /* new page is being pushed: [current]<----[next] */
-      program {
-         signal: "elm,state,new,pushed"; source: "elm";
-         action: SIGNAL_EMIT "elm,action,show,finished" "elm";
-      }
-
-      /* previous page is being pushed: [previous]---->[current] */
-      program {
-         signal: "elm,state,prev,popped"; source: "elm";
-         action: SIGNAL_EMIT "elm,action,show,finished" "elm";
-      }
-   }
 }
 #undef BOTTOMMAX