diff options
Diffstat (limited to 'mail/em-mailer-prefs.c')
-rw-r--r-- | mail/em-mailer-prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c index 6616cfcc48..df680c9fc1 100644 --- a/mail/em-mailer-prefs.c +++ b/mail/em-mailer-prefs.c @@ -111,7 +111,7 @@ static const struct { { N_("Once per month"), 30 }, }; -GtkType +GType em_mailer_prefs_get_type (void) { static GType type = 0; |