From e48096489f85e377473deaee4ca9a46bba7d89bd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 14 Jul 2003 19:02:43 +0000 Subject: No need to setup fonts on init, it will be done when the default encoding 2003-07-14 Marco Pesenti Gritti * 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. --- ChangeLog | 8 ++++++++ configure.in | 2 +- src/prefs-dialog.c | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d1a712d2..471e12f11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-07-14 Marco Pesenti Gritti + + * 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 * embed/mozilla/mozilla-embed-single.cpp: 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); -- cgit v1.2.3