libmalcontent-ui: Move widgets over from malcontent-control

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>
This commit is contained in:
Philip Withnall 2020-01-30 11:43:46 +00:00
parent 3289a37317
commit 1f3f0a4560
18 changed files with 29 additions and 25 deletions

View file

@ -27,10 +27,10 @@
#include <glib/gi18n-lib.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
#include <libmalcontent-ui/malcontent-ui.h>
#include <polkit/polkit.h>
#include "application.h"
#include "user-controls.h"
#include "user-selector.h"