From c0d998229d5a3d2b65445b9025de7b23112f4063 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Jun 2009 15:26:21 -0400 Subject: Stop abusing forward declarations. --- mail/em-mailer-prefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-mailer-prefs.h') 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; -- cgit v1.2.3