Fix owner and applyto for /apps/mutter/general/overlay_key schema
The owner field and the applyto key of for /schemas//apps/mutter/general/overlay_key were still referencing metacity not mutter, fix.
This commit is contained in:
parent
bd2e221da3
commit
326110e38d
@ -5,8 +5,8 @@
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/mutter/general/overlay_key</key>
|
||||
<applyto>/apps/metacity/general/overlay_key</applyto>
|
||||
<owner>metacity</owner>
|
||||
<applyto>/apps/mutter/general/overlay_key</applyto>
|
||||
<owner>mutter</owner>
|
||||
<type>string</type>
|
||||
<default><Super_L></default>
|
||||
<locale name="C">
|
||||
|
Loading…
Reference in New Issue
Block a user