Fix the build break from patch "Delete hover_state in all theme".
authorKim Byung Jun <bj1987.kim@samsung.com>
Fri, 4 Oct 2013 03:34:11 +0000 (12:34 +0900)
committerKim Byung Jun <bj1987.kim@samsung.com>
Fri, 4 Oct 2013 03:38:42 +0000 (12:38 +0900)
[Title] Fix the build break from patch "Delete hover_state in all theme".
[Issue] N/A
[Problem] Patch "Delete hover_state in all theme" cause build break.
[Cause] N/A
[Solution] Fix the error part from patch.
Change-Id: I9dff524db9d2fcce00a496d1e08c89b1ea5f4d4a

Source/WebKit/efl/DefaultTheme/widget/button/button.edc

index 7790877..8cd8f51 100644 (file)
                       if (get_int(isPressed) == 1)
                           set_state(PART:"button", "pressed", 0.0);
                       }
-                      if (get_int(isPressed) == 1)
-                          set_state(PART:"button", "pressed", 0.0);
-
-                  }
               }
               else
                   set_state(PART:"button", "disabled", 0.0);