Let's keep property types in sync, eh?
authorGustavo Lima Chaves <glima@profusion.mobi>
Wed, 24 Nov 2010 08:22:24 +0000 (08:22 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Wed, 24 Nov 2010 08:22:24 +0000 (08:22 +0000)
SVN revision: 54922

config/default/base.src
config/standard/base.src

index 86878ac..aec6857 100644 (file)
@@ -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;
index af9e674..8a2aae3 100644 (file)
@@ -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;