Bug fix - The item of toolbar should be selected when it is clicked only.

SVN revision: 68697
This commit is contained in:
Jaehwan Kim 2012-03-05 11:14:26 +00:00
parent 14df28cdae
commit 55b7cd2d80
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ group { name: "elm/toolbar/item/default";
transition: LINEAR 0.1;
}
program { name: "go";
signal: "mouse,up,1";
signal: "mouse,clicked,1";
source: "event";
action: SIGNAL_EMIT "elm,action,click" "elm";
}