discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=742e7d55b375938b2cdf5112bf55a141ea9347bb

commit 742e7d55b375938b2cdf5112bf55a141ea9347bb
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Sat Dec 21 12:01:54 2013 -0500

    update config for v14
---
 config/default/e.src  |  9 +--------
 config/mobile/e.src   |  9 +--------
 config/standard/e.src | 12 ++----------
 3 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/config/default/e.src b/config/default/e.src
index 458f643..8eb837f 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -1,8 +1,7 @@
 group "E_Config" struct {
-  value "config_version" int: 1000011;
+  value "config_version" int: 1000014;
   value "config_type" uint: 0; // this profile seems to just be super 
minimalist
   value "show_splash" int: 0;
-  value "init_default_theme" string: "default.edj";
   value "desktop_default_name" string: "%i-%i";
   value "desktop_default_window_profile" string: "";
   value "menus_scroll_speed" double: 1000.0;
@@ -31,12 +30,6 @@ group "E_Config" struct {
       value "priority" int: 0;
     }
   }
-  group "themes" list {
-    group "E_Config_Theme" struct {
-      value "category" string: "theme";
-      value "file" string: "default.edj";
-    }
-  }
   value "window_placement_policy" int: 0;
   value "window_grouping" int: 0;
   value "focus_policy" int: 0;
diff --git a/config/mobile/e.src b/config/mobile/e.src
index abd6883..2b4966e 100644
--- a/config/mobile/e.src
+++ b/config/mobile/e.src
@@ -1,8 +1,7 @@
 group "E_Config" struct {
-    value "config_version" int: 1000011;
+    value "config_version" int: 1000014;
     value "config_type" uint: 1;
     value "show_splash" int: 1;
-    value "init_default_theme" string: "default.edj";
     value "desktop_default_name" string: "%i-%i";
     value "desktop_default_window_profile" string: "mobile";
     value "menus_scroll_speed" double: 1000.0000000000000000000000000;
@@ -392,12 +391,6 @@ group "E_Config" struct {
             value "priority" int: 0;
         }
     }
-    group "themes" list {
-        group "E_Config_Theme" struct {
-            value "category" string: "theme";
-            value "file" string: "default.edj";
-        }
-    }
     group "gadcons" list {
         group "E_Config_Gadcon" struct {
             group "clients" list {
diff --git a/config/standard/e.src b/config/standard/e.src
index c550b16..939d82b 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -1,8 +1,7 @@
 group "E_Config" struct {
-    value "config_version" int: 1000012;
+    value "config_version" int: 1000014;
     value "config_type" uint: 3;
     value "show_splash" int: 1;
-    value "init_default_theme" string: "default.edj";
     value "desktop_default_name" string: "%i-%i";
     value "desktop_default_window_profile" string: "standard";
     value "menus_scroll_speed" double: 1000.0;
@@ -606,8 +605,7 @@ group "E_Config" struct {
             value "id" int: 1;
             value "manager" int: 0;
             value "zone" int: 0;
-            value "layer" int: 200;
-            value "popup" uchar: 1;
+            value "layer" int: 250;
             value "orient" int: 6;
             value "fit_along" uchar: 1;
             value "fit_size" uchar: 0;
@@ -868,12 +866,6 @@ group "E_Config" struct {
             value "id" int: 115;
         }
     }
-    group "themes" list {
-        group "E_Config_Theme" struct {
-            value "category" string: "theme";
-            value "file" string: "default.edj";
-        }
-    }
     group "modules" list {
         group "E_Config_Module" struct {
             value "name" string: "conf_comp";

-- 


Reply via email to