[naviframe] Apply touch sound to the dual title
authorjae_hyun.cho <jae_hyun.cho@samsung.com>
Fri, 12 Apr 2013 07:50:51 +0000 (16:50 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 08:50:41 +0000 (17:50 +0900)
Change-Id: I9c7ae60a9eae8b181031becc77e313da40901ebe

themes/widgets/naviframe.edc

index 10fc145..f71c3d5 100644 (file)
             name: "title1_clicked";
             signal: "mouse,clicked,1";
             source: "click_event_title1_area";
+            after: "touch_snd";
             script {
                new st[31];
                new Float:vl;
             name: "title2_clicked";
             signal: "mouse,clicked,1";
             source: "click_event_title2_area";
+            after: "touch_snd";
             script {
                new st[31];
                new Float:vl;
                emit("elm,action,title2,clicked", "");
             }
          }
+         program { name: "touch_snd";
+            action: PLAY_SAMPLE "touch_sound" 1.0;
+         }
          program { name: "title1_selected";
             signal: "elm,state,title1,selected";
             source: "";