summaryrefslogtreecommitdiff
path: root/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
commitfb03df419a2bbea318b00655957d4f9e4b49c4ab (patch)
treeba00b3b601e904109749071a4e584a0b1b0e8479 /recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
parent6b86436a0e986cb6cd0cefecff91479948f5ee79 (diff)
e-wm config angstrom: add support for more flavours
* also automagically package flavours
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src')
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
new file mode 100644
index 0000000000..57e941fe1c
--- /dev/null
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
@@ -0,0 +1,24 @@
+group "Config" struct {
+ value "version" int: 65679;
+ value "fm" string: "";
+ value "auto_mount" uchar: 1;
+ value "auto_open" uchar: 1;
+ 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;
+ }
+ }
+ value "show_home" uchar: 0;
+ value "show_desk" uchar: 0;
+ value "show_trash" uchar: 0;
+ value "show_root" uchar: 0;
+ value "show_temp" uchar: 0;
+ value "show_bookm" uchar: 0;
+}