schemas: Consistently use child schemas
Currently only the org.gnome.shell.keybindings schema is marked as child schema. There's no harm with that, it's just nice to be consistent, and having schemas show up in `gsettings list-children` is a nice, touch. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2617>
This commit is contained in:
parent
c87732976f
commit
957ee35ca2
@ -139,6 +139,10 @@
|
|||||||
</description>
|
</description>
|
||||||
</key>
|
</key>
|
||||||
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
|
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
|
||||||
|
<child name="app-switcher" schema="org.gnome.shell.app-switcher"/>
|
||||||
|
<child name="window-switcher" schema="org.gnome.shell.window-switcher"/>
|
||||||
|
<child name="world-clocks" schema="org.gnome.shell.world-clocks"/>
|
||||||
|
<child name="weather" schema="org.gnome.shell.weather"/>
|
||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
<schema id="org.gnome.shell.keybindings" path="/org/gnome/shell/keybindings/"
|
<schema id="org.gnome.shell.keybindings" path="/org/gnome/shell/keybindings/"
|
||||||
|
Loading…
Reference in New Issue
Block a user