mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gpo: GPME doesn't permit nesting of admx categories in builtin
The gnome settings were nested within a builtin admx category, which GPME does not permit. This was hiding the GNOME settings anytime windows admx templates were present. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Nov 4 19:09:09 UTC 2022 on sn-devel-184
This commit is contained in:
parent
1eb2f1cca4
commit
635b1adfc5
@ -10,9 +10,7 @@
|
||||
</definitions>
|
||||
</supportedOn>
|
||||
<categories>
|
||||
<category name="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" displayName="$(string.CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323)">
|
||||
<parentCategory ref="windows:ControlPanel" />
|
||||
</category>
|
||||
<category name="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" displayName="$(string.CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323)" />
|
||||
<category name="CAT_7E067B4B_2FE1_4AAD_8D76_54209466A491" displayName="$(string.CAT_7E067B4B_2FE1_4AAD_8D76_54209466A491)">
|
||||
<parentCategory ref="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" />
|
||||
</category>
|
||||
|
Loading…
Reference in New Issue
Block a user