demo.run: adapt nested nitpicker to config changes

This commit is contained in:
Norman Feske
2014-08-25 14:04:07 +02:00
parent 3745869106
commit 1cddf05070

View File

@ -175,9 +175,15 @@ puts $launchpad_config_fd {<config>
<configfile name="launchpad.config" /> <configfile name="launchpad.config" />
</launcher> </launcher>
<launcher name="nitlog" ram_quota="1M" /> <launcher name="nitlog" ram_quota="1M" />
<launcher name="liquid_fb" ram_quota="7M" /> <launcher name="liquid_fb" ram_quota="7M">
<config resize_handle="on" /> <config resize_handle="on" />
<launcher name="nitpicker" ram_quota="1M" /> </launcher>
<launcher name="nitpicker" ram_quota="1M">
<config>
<domain name="" layer="3" />
<policy label="" domain="" />
</config>
</launcher>
</config>} </config>}
close $launchpad_config_fd close $launchpad_config_fd