diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/prefs-dialog.c | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,13 @@ 2003-07-14 Marco Pesenti Gritti <marco@it.gnome.org> + * configure.in: + * src/prefs-dialog.c: (prefs_dialog_init): + + No need to setup fonts on init, it will be done + when the default encoding is set. + +2003-07-14 Marco Pesenti Gritti <marco@it.gnome.org> + * embed/mozilla/mozilla-embed-single.cpp: List all mozilla fonts and not only the language specific, diff --git a/configure.in b/configure.in index dca04e6b8..627ebd613 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 0.7.3, +AC_INIT(epiphany, 0.8.0, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 691517133..7280f7650 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1106,8 +1106,6 @@ prefs_dialog_init (PrefsDialog *pd) pd->priv->switching = FALSE; create_fonts_language_menu (pd); - setup_fonts (pd); - setup_size_controls (pd); attach_fonts_signals (pd); attach_size_controls_signals (pd); create_languages_list (pd); |