diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-composer-prefs.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 89a1c98b36..4e433df686 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-05-24 Radek Doulik <rodo@ximian.com> + + * mail-composer-prefs.c (mail_composer_prefs_construct): ops, + revert array size + 2002-05-24 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): If we can't find the diff --git a/mail/mail-composer-prefs.c b/mail/mail-composer-prefs.c index 300772b65e..e18341e917 100644 --- a/mail/mail-composer-prefs.c +++ b/mail/mail-composer-prefs.c @@ -745,7 +745,7 @@ mail_composer_prefs_construct (MailComposerPrefs *prefs) GtkWidget *toplevel, *widget, *menu; GladeXML *gui; int style; - char *names[][4] = {{"live_spell_check", "chkEnableSpellChecking"}, + char *names[][2] = {{"live_spell_check", "chkEnableSpellChecking"}, {"magic_smileys_check", "chkAutoSmileys"}, {"gtk_html_prop_keymap_option", "omenuShortcutsType"}, {NULL, NULL}}; |