diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-10 23:00:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-11 01:34:53 +0800 |
commit | ad10fa252667daba4f31e10096b4a8a838a41cba (patch) | |
tree | ba0f4851d5d7afead72a20e32836622092abb407 /mail/Makefile.am | |
parent | 20973f9281767871e8db287cf55aceae7f68b6df (diff) | |
download | gsoc2013-evolution-ad10fa252667daba4f31e10096b4a8a838a41cba.tar.gz gsoc2013-evolution-ad10fa252667daba4f31e10096b4a8a838a41cba.tar.zst gsoc2013-evolution-ad10fa252667daba4f31e10096b4a8a838a41cba.zip |
Add EMailConfigActivityPage.
This is a convenient base class for EMailConfigPages that might need
to run an asynchronous method and display an error message. It adds
activity and alert bars to the bottom of the page, it implements the
EAlertSink interface, and can create new EActivity instances.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 9dda24f16d..09c274aad7 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -47,6 +47,7 @@ mailinclude_HEADERS = \ e-mail-autoconfig.h \ e-mail-backend.h \ e-mail-browser.h \ + e-mail-config-activity-page.h \ e-mail-config-assistant.h \ e-mail-config-auth-check.h \ e-mail-config-confirm-page.h \ @@ -127,6 +128,7 @@ libevolution_mail_la_SOURCES = \ e-mail-autoconfig.c \ e-mail-backend.c \ e-mail-browser.c \ + e-mail-config-activity-page.c \ e-mail-config-assistant.c \ e-mail-config-auth-check.c \ e-mail-config-confirm-page.c \ |