1
0
Fork 0

Make metacity.schemas compliant again

The clutter_plugins schema key did not define the type of the
elements inside the list, thus making gconftool choke when installing
the Metacity schemas.

Since clutter_plugins is a list of strings, the trivial fix is
to add the corresponding <list_type> element to the schema XML.
This commit is contained in:
Emmanuele Bassi 2008-10-31 16:57:00 +00:00
parent 3991e82539
commit 6c5fc6b3d6

View file

@ -361,6 +361,7 @@
<applyto>/apps/metacity/general/clutter_plugins</applyto> <applyto>/apps/metacity/general/clutter_plugins</applyto>
<owner>metacity</owner> <owner>metacity</owner>
<type>list</type> <type>list</type>
<list_type>string</list_type>
<default>[default]</default> <default>[default]</default>
<locale name="C"> <locale name="C">
<short>Clutter Plugins</short> <short>Clutter Plugins</short>