[gnome-initial-setup/software-sources] software: Only show in new-user mode



commit 2a0e11cc3752d032912722ee339c889c2cfab170
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]