match the config version to the source

SVN revision: 39243
This commit is contained in:
Viktor Kojouharov 2009-02-26 14:03:24 +00:00
parent d831fc1c18
commit 3fb10f843f
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 65836;
value "config_version" int: 65837;
value "show_splash" int: 0;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "Desktop %i, %i";

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 65836;
value "config_version" int: 65837;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "Desktop %i, %i";

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 65836;
value "config_version" int: 65837;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_background" string: "Light_Gradient.edj";

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 65836;
value "config_version" int: 65837;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_background" string: "Dark_Gradient.edj";

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 65836;
value "config_version" int: 65837;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "Desktop %i, %i";