From 3c6a67835df37b6fa08dd4cb6720a553892c6488 Mon Sep 17 00:00:00 2001 From: Hosang Kim Date: Mon, 24 Jun 2013 19:26:04 +0900 Subject: [PATCH] [toolbar] added sound for toolbar button --- themes/widgets/toolbar.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/widgets/toolbar.edc b/themes/widgets/toolbar.edc index 0cb1e31..f17a021 100644 --- a/themes/widgets/toolbar.edc +++ b/themes/widgets/toolbar.edc @@ -392,6 +392,10 @@ group { name: "elm/toolbar/item/default"; 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"; -- 2.7.4