From 9e3ff4a594e7e30f54b94f292ebfb6c45a1227ec 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 --- data/themes/widgets/toolbar.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/widgets/toolbar.edc b/data/themes/widgets/toolbar.edc index da3ffff..a043042 100644 --- a/data/themes/widgets/toolbar.edc +++ b/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"; } -- 2.7.4