From b254c7680b34f20f30fc0738bd4f3e2b91fc782b Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Fri, 15 Feb 2013 06:01:58 +0000 Subject: [PATCH] Change "up" to "clicked" in edc SVN revision: 83937 --- legacy/elementary/data/themes/widgets/toolbar.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/data/themes/widgets/toolbar.edc b/legacy/elementary/data/themes/widgets/toolbar.edc index da3ffff057..a0430421fe 100644 --- a/legacy/elementary/data/themes/widgets/toolbar.edc +++ b/legacy/elementary/data/themes/widgets/toolbar.edc @@ -1438,7 +1438,7 @@ group { name: "elm/toolbar/item/item_centered"; transition: LINEAR 0.1; } program { name: "go"; - signal: "mouse,up,1"; + signal: "mouse,clicked,1"; source: "event"; action: SIGNAL_EMIT "elm,action,click" "elm"; }