From f85cf8a6dac43610a63b22856bb7cec8936c9c26 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 7 Apr 2004 14:38:14 +0000 Subject: Don't call a function that doesn't exist anymore. 2004-04-07 Jeffrey Stedfast * em-mailer-prefs.c (em_mailer_prefs_construct): Don't call a function that doesn't exist anymore. svn path=/trunk/; revision=25351 --- mail/em-mailer-prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-mailer-prefs.c') 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 */ -- cgit v1.2.3