diff options
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r-- | mail/em-mailer-prefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index abef616c69..b33e620392 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -72,9 +72,9 @@ struct _EMMailerPrefs { GtkOptionMenu *charset; /* Deleting Mail */ - struct _GtkToggleButton *empty_trash; - struct _GtkComboBox *empty_trash_days; - struct _GtkToggleButton *confirm_expunge; + GtkToggleButton *empty_trash; + GtkComboBox *empty_trash_days; + GtkToggleButton *confirm_expunge; /* HTML Mail tab */ GtkFontButton *font_variable; |