Change "up" to "clicked" in edc

SVN revision: 83937
This commit is contained in:
Jaehwan Kim 2013-02-15 06:01:58 +00:00
parent 2a4a111289
commit b254c7680b
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}