[gnome-initial-setup] Move the privacy page before timezone
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Move the privacy page before timezone
- Date: Wed, 18 Feb 2015 15:25:50 +0000 (UTC)
commit ec95a82e1cb1b7e081f29aebd7fc9abd1a6dbe55
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 18 09:58:54 2015 -0500
Move the privacy page before timezone
We are using geolocation in the timezone page, so give people a
chance to opt out before.
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 75fedca..4837a34 100644
--- a/gnome-initial-setup/gnome-initial-setup.c
+++ b/gnome-initial-setup/gnome-initial-setup.c
@@ -66,9 +66,9 @@ static PageData page_table[] = {
PAGE (keyboard, FALSE),
PAGE (eula, FALSE),
PAGE (network, FALSE),
+ PAGE (privacy, FALSE),
PAGE (timezone, TRUE),
PAGE (goa, FALSE),
- PAGE (privacy, FALSE),
PAGE (account, TRUE),
PAGE (password, TRUE),
PAGE (summary, FALSE),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]