Change "up" to "clicked" in edc
authorJaehwan Kim <jae.hwan.kim.neo@gmail.com>
Fri, 15 Feb 2013 06:01:58 +0000 (06:01 +0000)
committerJaehwan Kim <jae.hwan.kim.neo@gmail.com>
Fri, 15 Feb 2013 06:01:58 +0000 (06:01 +0000)
SVN revision: 83937

data/themes/widgets/toolbar.edc

index da3ffff..a043042 100644 (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";
       }