From: Gustavo Lima Chaves Date: Wed, 24 Nov 2010 08:22:24 +0000 (+0000) Subject: Let's keep property types in sync, eh? X-Git-Tag: v1.0.0~3695 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bd379c906eb9580f6cbd138eed4f9b1c95c2c11;p=platform%2Fupstream%2Felementary.git Let's keep property types in sync, eh? SVN revision: 54922 --- diff --git a/config/default/base.src b/config/default/base.src index 86878ac..aec6857 100644 --- a/config/default/base.src +++ b/config/default/base.src @@ -25,7 +25,7 @@ group "Elm_Config" struct { value "theme" string: "default"; value "modules" string: ""; value "tooltip_delay" double: 1.0; - value "cursor_engine_only" int: 1; + value "cursor_engine_only" uchar: 1; value "focus_highlight_enable" uchar: 0; value "focus_highlight_animate" uchar: 0; value "toolbar_shrink_mode" int: 3; diff --git a/config/standard/base.src b/config/standard/base.src index af9e674..8a2aae3 100644 --- a/config/standard/base.src +++ b/config/standard/base.src @@ -25,7 +25,7 @@ group "Elm_Config" struct { value "theme" string: "default-desktop"; value "modules" string: ""; value "tooltip_delay" double: 1.0; - value "cursor_engine_only" int: 1; + value "cursor_engine_only" uchar: 1; value "focus_highlight_enable" uchar: 0; value "focus_highlight_animate" uchar: 0; value "toolbar_shrink_mode" int: 3;