summaryrefslogtreecommitdiff
path: root/packages/angstrom/e-wm-config-angstrom/module.places.src
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-06 17:12:26 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-06 17:12:26 +0100
commit993b786f90067323d6a2daf0ffa8746414c41655 (patch)
tree6bcc6f75c54ae7d1d319dafb44b7e3be6766120c /packages/angstrom/e-wm-config-angstrom/module.places.src
parent7a9edc3215b693073101e2691aefb93804493336 (diff)
e-wm-config-angstrom: add some tweaks
Diffstat (limited to 'packages/angstrom/e-wm-config-angstrom/module.places.src')
-rw-r--r--packages/angstrom/e-wm-config-angstrom/module.places.src17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/angstrom/e-wm-config-angstrom/module.places.src b/packages/angstrom/e-wm-config-angstrom/module.places.src
new file mode 100644
index 0000000000..03b547d60c
--- /dev/null
+++ b/packages/angstrom/e-wm-config-angstrom/module.places.src
@@ -0,0 +1,17 @@
+group "Config" struct {
+ value "version" int: 65679;
+ value "auto_mount" uchar: 0;
+ value "auto_open" uchar: 0;
+ group "conf_items" list {
+ group "Config_Item" struct {
+ value "id" string: "Places.1";
+ value "switch2" int: 0;
+ }
+ }
+ group "conf_items" list {
+ group "Config_Item" struct {
+ value "id" string: "Places.2";
+ value "switch2" int: 0;
+ }
+ }
+}