From a2b1510a474a0ac434b05f92be3637398fb7b277 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 16 Jul 2009 00:30:07 +0530 Subject: Return account check flag. --- mail/em-account-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 86640aba52..d95463b8b2 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2924,10 +2924,10 @@ emae_check_complete (EConfig *ec, const gchar *pageid, gpointer data) return ok; } -void +gboolean em_account_editor_check (EMAccountEditor *emae, const gchar *page) { - emae_check_complete ((EConfig *)emae->config, page, emae); + return emae_check_complete ((EConfig *)emae->config, page, emae); } /* HACK: FIXME: the component should listen to the account object directly */ -- cgit v1.2.3