raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=f1b4d058d8fddd8169fdb9568bdc7d6930e734f2

commit f1b4d058d8fddd8169fdb9568bdc7d6930e734f2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Nov 8 15:33:13 2013 +0900

    config - standard can't use default-desktop as it doesn't exist as a theme
---
 config/standard/base.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/standard/base.src b/config/standard/base.src
index 5f974ff..f185275 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -38,7 +38,7 @@ group "Elm_Config" struct {
   value "edje_collection_cache" int: 64;
   value "finger_size" int: 10;
   value "fps" double: 60.0;
-  value "theme" string: "default-desktop";
+  value "theme" string: "default";
   value "modules" string: 
"prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";
   value "tooltip_delay" double: 1.0;
   value "cursor_engine_only" uchar: 1;

-- 


Reply via email to