They need to be re-used in gnome-initial-setup. The other widgets which remain in malcontent-control don’t need to be used in g-i-s so can stay where they are for now. They might move across to libmalcontent-ui later if there’s a need for it. Signed-off-by: Philip Withnall <withnall@endlessm.com>
11 lines
400 B
XML
11 lines
400 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright © 2019 2020 Endless Mobile, Inc. -->
|
|
<gresources>
|
|
<gresource prefix="/org/freedesktop/MalcontentControl/ui">
|
|
<file>carousel.css</file>
|
|
<file preprocess="xml-stripblanks">carousel.ui</file>
|
|
<file preprocess="xml-stripblanks">main.ui</file>
|
|
<file preprocess="xml-stripblanks">user-selector.ui</file>
|
|
</gresource>
|
|
</gresources>
|