From 0bd3f7d13c64686f6aee19547d774438e82ce9d1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 21 Dec 2013 11:59:16 -0500 Subject: [PATCH] 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 0c70043cb..95e63cdaa 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: "~/";