[naviframe & button] Fix title_text button style's landscape disabled status
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 4 Jul 2013 03:44:08 +0000 (12:44 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 8 Jul 2013 06:52:17 +0000 (15:52 +0900)
Change-Id: I908823e96897f0cc20e1f36db388d83c4af8956e

themes/widgets/button.edc

index 3dcc7f1..de22cb6 100644 (file)
@@ -4758,9 +4758,9 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                set_state(PART:"button_bg", "landscape", 0.0);
 
                if (get_int(disabled))
-                 set_state(PART:"elm.text", "landscape", 0.0);
-               else
                  set_state(PART:"elm.text", "landscape_disabled", 0.0);
+               else
+                 set_state(PART:"elm.text", "landscape", 0.0);
             }
          }
          program { name: "change_to_portrait";