[gnome-initial-setup/wip/154-account-fix-criticals-enterprise-login: 1/2] XXX: Only show account page
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/wip/154-account-fix-criticals-enterprise-login: 1/2] XXX: Only show account page
- Date: Thu, 15 Sep 2022 13:45:09 +0000 (UTC)
commit d45efb4ac903c972964c82d072240d779bd881f6
Author: Kalev Lember <klember redhat com>
Date: Thu Sep 15 14:05:52 2022 +0200
XXX: Only show account page
gnome-initial-setup/gnome-initial-setup.c | 13 -------------
1 file changed, 13 deletions(-)
---
diff --git a/gnome-initial-setup/gnome-initial-setup.c b/gnome-initial-setup/gnome-initial-setup.c
index 113ded36..95d3864b 100644
--- a/gnome-initial-setup/gnome-initial-setup.c
+++ b/gnome-initial-setup/gnome-initial-setup.c
@@ -62,20 +62,7 @@ typedef struct {
#define PAGE(name, new_user_only) { #name, gis_prepare_ ## name ## _page, new_user_only }
static PageData page_table[] = {
- PAGE (welcome, FALSE),
- PAGE (language, FALSE),
- PAGE (keyboard, FALSE),
- PAGE (network, FALSE),
- PAGE (privacy, FALSE),
- PAGE (timezone, TRUE),
- PAGE (software, TRUE),
- PAGE (goa, FALSE),
PAGE (account, TRUE),
- PAGE (password, TRUE),
-#ifdef HAVE_PARENTAL_CONTROLS
- PAGE (parental_controls, TRUE),
- PAGE (parent_password, TRUE),
-#endif
PAGE (summary, FALSE),
{ NULL },
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]