Bug fix - The item of toolbar should be selected when it is clicked only.
authorjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 11:14:26 +0000 (11:14 +0000)
committerjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 11:14:26 +0000 (11:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68697 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/widgets/toolbar.edc

index c528c31..f148ed0 100644 (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";
       }