make desktop file icons on by DEFAULT!

SVN revision: 63499
This commit is contained in:
Carsten Haitzler 2011-09-20 11:46:35 +00:00
parent 9f3f86a0f0
commit 8fdd202115
2 changed files with 6 additions and 0 deletions

View File

@ -1695,4 +1695,7 @@ group "E_Config" struct {
value "backlight.normal" double: 1.0000000000000000000000000;
value "backlight.dim" double: 0.2999999999999999888977698;
value "backlight.transition" double: 0.5000000000000000000000000;
value "device_desktop" int: 0;
value "device_auto_mount" int: 0;
value "device_auto_open" int: 0;
}

View File

@ -1846,4 +1846,7 @@ group "E_Config" struct {
value "backlight.normal" double: 1.0000000000000000000000000;
value "backlight.dim" double: 0.2999999999999999888977698;
value "backlight.transition" double: 0.5000000000000000000000000;
value "device_desktop" int: 1;
value "device_auto_mount" int: 0;
value "device_auto_open" int: 0;
}