[gnome-initial-setup] software: Only show in new-user mode
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] software: Only show in new-user mode
- Date: Thu, 1 Sep 2016 15:51:30 +0000 (UTC)
commit f3ace8fe554c629a95b43a98382807d06deeba28
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 29 11:24:09 2016 -0400
software: Only show in new-user mode
This is system setup, not account setup.
gnome-initial-setup/gnome-initial-setup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/gnome-initial-setup.c b/gnome-initial-setup/gnome-initial-setup.c
index b99206f..396bbea 100644
--- a/gnome-initial-setup/gnome-initial-setup.c
+++ b/gnome-initial-setup/gnome-initial-setup.c
@@ -69,7 +69,7 @@ static PageData page_table[] = {
PAGE (network, FALSE),
PAGE (privacy, FALSE),
PAGE (timezone, TRUE),
- PAGE (software, FALSE),
+ PAGE (software, TRUE),
PAGE (goa, FALSE),
PAGE (account, TRUE),
PAGE (password, TRUE),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]