summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-03-09 12:28:27 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-03-09 12:28:27 +0000
commitcf9fc1824d3fef21fbefe79b10a74eed278dc27a (patch)
treef5126fed76d1079d50e86ef3b67dae625890bab2
parent1a7ce47948a3d9e08eec3b432a11b442d1b93989 (diff)
downloadnautilus-cf9fc1824d3fef21fbefe79b10a74eed278dc27a.tar.gz
reviewed by: John Harper <jsh@eazel.com>
Fix bug 7547 - Multi byte locales should default to non smooth graphics mode * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_install_defaults): Make multi byte locales default to non smooth mode, so that it works for more Japanese user most of the time. Japanese users can still select smooth mode if they have the right scalable font in their system.
-rw-r--r--ChangeLog14
-rw-r--r--libnautilus-extensions/nautilus-global-preferences.c2
-rw-r--r--libnautilus-private/nautilus-global-preferences.c2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bad0dd09..bf0e66dfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-03-09 Ramiro Estrugo <ramiro@eazel.com>
+
+ reviewed by: John Harper <jsh@eazel.com>
+
+ Fix bug 7547 - Multi byte locales should default to non smooth
+ graphics mode
+
+ * libnautilus-extensions/nautilus-global-preferences.c:
+ (global_preferences_install_defaults):
+ Make multi byte locales default to non smooth mode, so that it
+ works for more Japanese user most of the time. Japanese users can
+ still select smooth mode if they have the right scalable font in
+ their system.
+
2001-03-09 Dan Mueth <dan@eazel.com>
reviewed by: Don Melton <don@eazel.com>
diff --git a/libnautilus-extensions/nautilus-global-preferences.c b/libnautilus-extensions/nautilus-global-preferences.c
index 2ae55a2d5..88763d1a2 100644
--- a/libnautilus-extensions/nautilus-global-preferences.c
+++ b/libnautilus-extensions/nautilus-global-preferences.c
@@ -293,7 +293,7 @@ global_preferences_install_defaults (void)
nautilus_preferences_default_set_boolean (NAUTILUS_PREFERENCES_SMOOTH_GRAPHICS_MODE,
NAUTILUS_USER_LEVEL_NOVICE,
- TRUE);
+ !nautilus_dumb_down_for_multi_byte_locale_hack ());
nautilus_preferences_default_set_integer (NAUTILUS_PREFERENCES_PREVIEW_SOUND,
NAUTILUS_USER_LEVEL_NOVICE,
diff --git a/libnautilus-private/nautilus-global-preferences.c b/libnautilus-private/nautilus-global-preferences.c
index 2ae55a2d5..88763d1a2 100644
--- a/libnautilus-private/nautilus-global-preferences.c
+++ b/libnautilus-private/nautilus-global-preferences.c
@@ -293,7 +293,7 @@ global_preferences_install_defaults (void)
nautilus_preferences_default_set_boolean (NAUTILUS_PREFERENCES_SMOOTH_GRAPHICS_MODE,
NAUTILUS_USER_LEVEL_NOVICE,
- TRUE);
+ !nautilus_dumb_down_for_multi_byte_locale_hack ());
nautilus_preferences_default_set_integer (NAUTILUS_PREFERENCES_PREVIEW_SOUND,
NAUTILUS_USER_LEVEL_NOVICE,