diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/em-mailer-prefs.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8af6b5182d..dfcf1a83e6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-04-07 Jeffrey Stedfast <fejj@ximian.com> + + * em-mailer-prefs.c (em_mailer_prefs_construct): Don't call a + function that doesn't exist anymore. + 2004-04-06 Jeffrey Stedfast <fejj@ximian.com> * em-mailer-prefs.c (em_mailer_prefs_construct): Changed to save diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c index 8fa1a25839..2e79d33840 100644 --- a/mail/em-mailer-prefs.c +++ b/mail/em-mailer-prefs.c @@ -753,7 +753,7 @@ em_mailer_prefs_construct (EMMailerPrefs *prefs) toggle_button_init (prefs, prefs->font_share, TRUE, "/apps/evolution/mail/display/fonts/use_custom", G_CALLBACK (custom_font_changed)); - font_share_changed (prefs->font_share, prefs); + custom_font_changed (prefs->font_share, prefs); /* HTML Mail tab */ |