discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0bd3f7d13c64686f6aee19547d774438e82ce9d1
commit 0bd3f7d13c64686f6aee19547d774438e82ce9d1 Author: Mike Blumenkrantz <zm...@samsung.com> Date: Sat Dec 21 11:59:16 2013 -0500 update standard config for v12 --- config/standard/e.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/standard/e.src b/config/standard/e.src index 0c70043..95e63cd 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1,5 +1,5 @@ group "E_Config" struct { - value "config_version" int: 1000011; + value "config_version" int: 1000012; value "config_type" uint: 3; value "show_splash" int: 1; value "init_default_theme" string: "default.edj"; @@ -154,6 +154,7 @@ group "E_Config" struct { value "icon_theme" string: "Tango"; value "icon_theme_overrides" uchar: 0; value "desk_flip_animate_mode" int: 1; + value "desk_flip_animate_type" string: "auto/pane"; value "desk_flip_animate_interpolation" int: 0; value "desk_flip_animate_time" double: 0.2; value "wallpaper_import_last_dev" string: "~/"; --