[gnome-initial-setup] Drop British English from the front page
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Drop British English from the front page
- Date: Mon, 15 Sep 2014 12:56:33 +0000 (UTC)
commit 8168b62994ed5baa0db561935414fc26437e24c0
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 15 08:55:26 2014 -0400
Drop British English from the front page
This is all for the greater good of less than 768 pixels.
.../pages/language/cc-common-language.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/language/cc-common-language.c
b/gnome-initial-setup/pages/language/cc-common-language.c
index c1d1399..c666905 100644
--- a/gnome-initial-setup/pages/language/cc-common-language.c
+++ b/gnome-initial-setup/pages/language/cc-common-language.c
@@ -310,7 +310,14 @@ 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");
+#if 0
+ /* Having 9 languages in the list initially makes the window
+ * too high. With 8 languages, we end up exactly 768 pixels
+ * high. Sadly, that means we can't affort to show English
+ * twice.
+ */
insert_language (ht, "en_GB");
+#endif
insert_language (ht, "de_DE");
insert_language (ht, "fr_FR");
insert_language (ht, "es_ES");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]