fix default value of backlight time in emulator
authorHyejin Kim <hyejin0906.kim@samsung.com>
Thu, 31 Jan 2013 06:42:27 +0000 (15:42 +0900)
committerHyejin Kim <hyejin0906.kim@samsung.com>
Thu, 31 Jan 2013 06:49:15 +0000 (15:49 +0900)
packaging/org.tizen.setting.spec

index 26e9316..36f6f61 100755 (executable)
@@ -197,7 +197,7 @@ GOPTION="-g 6514"
 %ifarch %{arm}
        vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "30"
 %else
-       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "0"
+       vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "600"
 %endif
        vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30"