[button.edc] Modified default style programs related to mouse,down,1
authorAmit Kamboj <amit.kamboj@samsung.com>
Thu, 28 Mar 2013 06:45:30 +0000 (12:15 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Tue, 2 Apr 2013 10:09:31 +0000 (19:09 +0900)
Change-Id: Ifc2402ce47860b1596575b7c8e575764117fd97a

themes/widgets/button.edc

index 6ed5521..4c8be92 100644 (file)
@@ -3419,7 +3419,7 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
       programs {
          program { name: "button_click";
             signal: "mouse,down,1";
-            source: "over2";
+            source: "over3";
             action: SIGNAL_EMIT "elm,action,press" "";
             after: "button_click_anim";
          }
@@ -3439,7 +3439,7 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
          }
          program { name: "button_double_click";
             signal: "mouse,down,1,double";
-            source: "over2";
+            source: "over3";
             after: "button_click_anim";
          }
          program { name: "button_unpress";