[Toolbar] Sound enable
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 12 Apr 2013 06:41:07 +0000 (15:41 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Sun, 14 Apr 2013 09:47:00 +0000 (18:47 +0900)
themes/widgets/toolbar.edc

index 7822f3f..66d1e40 100644 (file)
@@ -2140,6 +2140,10 @@ group { name: "elm/toolbar/item/tabbar";
          signal:  "mouse,clicked,1";
          source:  "event";
          action:  SIGNAL_EMIT "elm,action,click" "elm";
+         after: "play_sound";
+      }
+      program { name: "play_sound";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
       }
       program { name: "mouse,in";
          signal:  "mouse,in";