aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-07 22:38:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-07 22:38:14 +0800
commitf85cf8a6dac43610a63b22856bb7cec8936c9c26 (patch)
tree47e03064a1307e99013100a0051c8bdf8c4c6799 /mail
parent65b6fa13aa47502144409c696534d629d2a341ac (diff)
downloadgsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar.gz
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar.bz2
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar.lz
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar.xz
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.tar.zst
gsoc2013-evolution-f85cf8a6dac43610a63b22856bb7cec8936c9c26.zip
Don't call a function that doesn't exist anymore.
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. svn path=/trunk/; revision=25351
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-mailer-prefs.c2
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 */