config - standard can't use default-desktop as it doesn't exist as a theme

This commit is contained in:
Carsten Haitzler 2013-11-08 15:33:13 +09:00
parent 4f70a3c366
commit 7edb20e3da
1 changed files with 1 additions and 1 deletions

View File

@ -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;