From 74106f74010d71b0c3bd01564456b56d2bbb51f8 Mon Sep 17 00:00:00 2001 From: mushahid Date: Fri, 7 Jun 2013 17:24:40 +0530 Subject: [PATCH] [Searchbar]: touch sound not working when clicked on search icon fix. Change-Id: I9549b6fb192971e24e2a1d237fbe6568d724d612 --- themes/widgets/button.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/widgets/button.edc b/themes/widgets/button.edc index 13948e2..287de78 100644 --- a/themes/widgets/button.edc +++ b/themes/widgets/button.edc @@ -7657,6 +7657,7 @@ BUTTON_DEFAULT_FOCUS_STYLES("focus_bottom", "00_list_group_bg_bottom_focus.png") program { name: "touch_snd"; signal: "mouse,clicked,1"; source: "over2"; + action: PLAY_SAMPLE "touch_sound" 1.0; after: "button_unclick3"; } program { name: "button_unclick3"; -- 2.7.4