[gnome-initial-setup] Skip the region page



commit a3c70fd2c511bbe3f5062314b0b932f37bb781d1
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Sep 9 14:32:50 2014 +0200

    Skip the region page
    
    People seem to be confused about this page, assuming that it's meant
    to set the formatting of dates, currency and measurements while it's
    actually about selecting the regional variant of the language selected
    in the language page.
    
    This will need design work to fix properly so, for now, we'll just
    disable this page and present all the language variants in the first
    page.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732736

 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 a8f961d..45cfcb9 100644
--- a/gnome-initial-setup/gnome-initial-setup.c
+++ b/gnome-initial-setup/gnome-initial-setup.c
@@ -61,7 +61,7 @@ typedef struct {
 
 static PageData page_table[] = {
   PAGE (language, FALSE),
-  PAGE (region,   FALSE),
+  /* PAGE (region,   FALSE), */
   PAGE (keyboard, FALSE),
   PAGE (eula,     FALSE),
   PAGE (network,  FALSE),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]