mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
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:
parent
3991e82539
commit
6c5fc6b3d6
@ -361,6 +361,7 @@
|
||||
<applyto>/apps/metacity/general/clutter_plugins</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>list</type>
|
||||
<list_type>string</list_type>
|
||||
<default>[default]</default>
|
||||
<locale name="C">
|
||||
<short>Clutter Plugins</short>
|
||||
|
Loading…
Reference in New Issue
Block a user