diff options
author | Carsten Haitzler <raster@rasterman.com> | 2008-10-25 15:18:48 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2008-10-25 15:18:48 +0000 |
commit | 96b6bd54dca0f57d00112e8660d586db41830a6a (patch) | |
tree | 1de3c53b033f29f50ed3f5f8505ae554649228c3 /config/default/e.src | |
parent | 625af3eb8861bd33c58d6bac1e3ea1b0ca920643 (diff) | |
download | enlightenment-96b6bd54dca0f57d00112e8660d586db41830a6a.tar.gz |
allow for explicitly selecting the system menu file - and tell efreet about
it, save/restore it etc. etc. and wizard page to ask for it. note: missing
norma config dialog to select this too!
SVN revision: 37099
Diffstat (limited to 'config/default/e.src')
-rw-r--r-- | config/default/e.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default/e.src b/config/default/e.src index c84676978a..67e1a16f5b 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -1,5 +1,5 @@ group "E_Config" struct { - value "config_version" int: 65832; + value "config_version" int: 65833; value "show_splash" int: 1; value "init_default_theme" string: "default.edj"; value "desktop_default_name" string: "Desktop %i, %i"; @@ -1993,4 +1993,5 @@ group "E_Config" struct { value "scale.use_custom" uchar: 1; value "show_cursor" uchar: 1; value "idle_cursor" uchar: 1; + value "default_system_menu" string: ""; } |