From f3366f19eb5d7fe77d843742a9db39d1fb53e36b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 7 Sep 2009 01:53:22 +0300 Subject: ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big. --- embed/ephy-embed-prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-prefs.c') diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index c1a14dfd2..9a04338a6 100644 --- a/embed/ephy-embed-prefs.c +++ b/embed/ephy-embed-prefs.c @@ -197,7 +197,7 @@ webkit_pref_callback_font_family (GConfClient *client, static const PrefData webkit_pref_entries[] = { { CONF_RENDERING_FONT_MIN_SIZE, - "minimum-font-size", + "minimum-logical-font-size", webkit_pref_callback_int }, { CONF_DESKTOP_FONT_VAR_NAME, "default-font-size", -- cgit v1.2.3