diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-15 03:02:43 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-15 03:02:43 +0800 |
commit | e48096489f85e377473deaee4ca9a46bba7d89bd (patch) | |
tree | 7ff88ce90f93f2d9ee77a00ad2b93ca87f73ccf7 /configure.in | |
parent | d1df267f3880d560d778edb115a63acce689737f (diff) | |
download | gsoc2013-epiphany-e48096489f85e377473deaee4ca9a46bba7d89bd.tar.gz gsoc2013-epiphany-e48096489f85e377473deaee4ca9a46bba7d89bd.tar.zst gsoc2013-epiphany-e48096489f85e377473deaee4ca9a46bba7d89bd.zip |
No need to setup fonts on init, it will be done when the default encoding
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |