diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-02-27 22:07:00 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-02-27 22:07:00 +0000 |
commit | 016f15ef847da3e32886da4f524562440e845cc5 (patch) | |
tree | 30e05b53467c4dbdb342b270c97a9fc867c5e447 | |
parent | 28ad67b76541a097c3fa5a84e53cace2477ef3a2 (diff) | |
download | enlightenment-016f15ef847da3e32886da4f524562440e845cc5.tar.gz enlightenment-016f15ef847da3e32886da4f524562440e845cc5.tar.xz enlightenment-016f15ef847da3e32886da4f524562440e845cc5.zip |
Add config src file for Conf module w/ silly menu disabled.
SVN revision: 46618
-rw-r--r-- | config/illume-home/module.conf.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/illume-home/module.conf.src b/config/illume-home/module.conf.src new file mode 100644 index 000000000..336b9e6fc --- /dev/null +++ b/config/illume-home/module.conf.src @@ -0,0 +1,4 @@ +group "Config" struct { + value "version" int: 65677; + value "menu_augmentation" int: 0; +} |