From: Kim Byung Jun Date: Fri, 4 Oct 2013 03:34:11 +0000 (+0900) Subject: Fix the build break from patch "Delete hover_state in all theme". X-Git-Tag: 2.2.1_release~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b88a18aba744bb9e542a5474008ad16e4601d213;p=framework%2Fweb%2Fwebkit-efl.git Fix the build break from patch "Delete hover_state in all theme". [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 --- diff --git a/Source/WebKit/efl/DefaultTheme/widget/button/button.edc b/Source/WebKit/efl/DefaultTheme/widget/button/button.edc index 7790877..8cd8f51 100644 --- a/Source/WebKit/efl/DefaultTheme/widget/button/button.edc +++ b/Source/WebKit/efl/DefaultTheme/widget/button/button.edc @@ -43,10 +43,6 @@ 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);