gnome-control-center/capplets/background/background-properties.xml
Richard Hestilow 199846f5c0 Only draw disabled message if do_preview. Actually, the user will never
2001-08-13  Richard Hestilow  <hestilow@ximian.com>

 	* applier.c (applier_apply_prefs): Only draw disabled message
 	if do_preview. Actually, the user will never see this because
 	the correct behavior (which is done) is to assume if they're
 	running capplet, prefs->enable should be TRUE. This is because
 	we are only honoring enable as a hacker-only setting.
 	(output_compat_prefs): Output the correct "Enable" setting.

 	* background-properties-capplet.c (get_legacy_settings): Support
 	the "Enabled" flag.

 	* preferences.c (preferences_new_from_bonobo_db): Import the
 	"enabled" flag. Note that this is not bothered with in the _pbag
 	function, because that's from the Proxy settings, which is only
 	used for the GUI capplet, which always sets enabled to True, because
 	this is a hacker-only option. Got it?

	* background-properties.xml: Add "enabled".
2001-08-13 18:39:08 +00:00

69 lines
2.2 KiB
XML

<?xml version="1.0"?>
<bonobo-config>
<section path="main">
<entry name="wallpaper_type" type="ulong" value="2"/>
<entry name="color1">
<any>
<type name="Color" repo_id="IDL:Bonobo/Config/Color:1.0" tckind="15" length="0" sub_parts="4">
<subnames>
<name>r</name>
<name>g</name>
<name>b</name>
<name>a</name>
</subnames>
<subtypes>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
</subtypes>
</type>
<value>
<value>0</value>
<value>0.0117189</value>
<value>0.156252</value>
<value>0</value>
</value>
</any>
</entry>
<entry name="color2">
<any>
<type name="Color" repo_id="IDL:Bonobo/Config/Color:1.0" tckind="15" length="0" sub_parts="4">
<subnames>
<name>r</name>
<name>g</name>
<name>b</name>
<name>a</name>
</subnames>
<subtypes>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
<type tckind="7" length="0" sub_parts="0"/>
</subtypes>
</type>
<value>
<value>0.00781262</value>
<value>0</value>
<value>0.996109</value>
<value>0</value>
</value>
</any>
</entry>
<entry name="orientation" type="ulong" value="1"/>
<entry name="wallpaper_filename">
<any>
<type name="FileName" repo_id="IDL:Bonobo/Config/FileName:1.0" tckind="21" length="0" sub_parts="1">
<subtypes>
<type tckind="18" length="0" sub_parts="0"/>
</subtypes>
</type>
<value>
<value>/usr/share/pixmaps/backgrounds/ximian/bluestripe.jpeg</value>
</value>
</any>
</entry>
<entry name="opacity" type="long" value="100"/>
<entry name="enabled" type="boolean" value="true"/>
</section>
</bonobo-config>