[gnome-initial-setup/shell/4765: 186/362] Only show en_US and user languages (if any) in the initial page
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/shell/4765: 186/362] Only show en_US and user languages (if any) in the initial page
- Date: Thu, 19 Mar 2015 01:36:43 +0000 (UTC)
commit 3afd1a883c3c26d9fcb0a551c470d2f7b3c48ca0
Author: Mario Sanchez Prada <mario endlessm com>
Date: Wed Sep 3 16:32:46 2014 +0100
Only show en_US and user languages (if any) in the initial page
This way, during the FBE the Global image should show only the en_US
language, while other images with personality would add whatever the
default language is defined in /etc/EndlessOS/personality.conf.
Note that more options will be shown if there are other users in the
system with aditional languages installed, but that should not affect
the FBE anyway.
[endlessm/eos-shell#3507]
.../pages/language/cc-common-language.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gnome-initial-setup/pages/language/cc-common-language.c
b/gnome-initial-setup/pages/language/cc-common-language.c
index 3209480..0591e87 100644
--- a/gnome-initial-setup/pages/language/cc-common-language.c
+++ b/gnome-initial-setup/pages/language/cc-common-language.c
@@ -301,11 +301,6 @@ cc_common_language_get_initial_languages (void)
ht = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
insert_language (ht, "en_US");
- insert_language (ht, "es_GT");
- insert_language (ht, "es_MX");
- insert_language (ht, "pt_BR");
- insert_language (ht, "ar_SY");
-
insert_user_languages (ht);
return ht;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]