raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ec3db04adc3e19b2d63974a51e8dbe2486d4bfe0
commit ec3db04adc3e19b2d63974a51e8dbe2486d4bfe0 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Aug 26 19:27:07 2014 +0900 elm config - dont need default engine in config anymore --- config/default/base.src.in | 2 +- config/mobile/base.src.in | 2 +- config/standard/base.src.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/base.src.in b/config/default/base.src.in index cc3793e..0f4fcb3 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in @@ -1,6 +1,6 @@ group "Elm_Config" struct { value "config_version" int: 65539; - value "engine" string: "@default_engine@"; + value "engine" string: ""; value "vsync" uchar: 0; value "thumbscroll_enable" uchar: 1; value "thumbscroll_threshold" int: 24; diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in index e09332d..6a7f665 100644 --- a/config/mobile/base.src.in +++ b/config/mobile/base.src.in @@ -1,6 +1,6 @@ group "Elm_Config" struct { value "config_version" int: 65539; - value "engine" string: "@default_engine@"; + value "engine" string: ""; value "vsync" uchar: 0; value "thumbscroll_enable" uchar: 1; value "thumbscroll_threshold" int: 24; diff --git a/config/standard/base.src.in b/config/standard/base.src.in index cb2ae46..91656a0 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in @@ -1,6 +1,6 @@ group "Elm_Config" struct { value "config_version" int: 65539; - value "engine" string: "@default_engine@"; + value "engine" string: ""; value "vsync" uchar: 0; value "thumbscroll_enable" uchar: 0; value "thumbscroll_threshold" int: 4; --
