diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-embed-prefs.h | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,11 @@ 2003-11-04 Marco Pesenti Gritti <marco@gnome.org> + * embed/ephy-embed-prefs.h: + + Better names for new font size keys + +2003-11-04 Marco Pesenti Gritti <marco@gnome.org> + * lib/eel-gconf-extensions.c: (global_client_free), (eel_gconf_client_get_global), (eel_gconf_handle_error), (eel_gconf_set_string), (eel_gconf_is_default), diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 71cba6166..aaea92845 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -1,8 +1,8 @@ #define CONF_NETWORK_CACHE_SIZE "/apps/epiphany/web/cache_size" #define CONF_RENDERING_FONT "/apps/epiphany/web/font" -#define CONF_RENDERING_FONT_VAR_SIZE "/apps/epiphany/web/font_var_size_pt" -#define CONF_RENDERING_FONT_FIXED_SIZE "/apps/epiphany/web/font_fixed_size_pt" -#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/web/font_min_size_pt" +#define CONF_RENDERING_FONT_VAR_SIZE "/apps/epiphany/web/variable_font_size" +#define CONF_RENDERING_FONT_FIXED_SIZE "/apps/epiphany/web/fixed_font_size" +#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/web/minimum_font_size" #define CONF_RENDERING_LANGUAGE "/apps/epiphany/web/language" #define CONF_RENDERING_USE_OWN_COLORS "/apps/epiphany/web/use_own_colors" #define CONF_RENDERING_USE_OWN_FONTS "/apps/epiphany/web/use_own_fonts" |