diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 21:45:58 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-08 21:45:58 +0800 |
commit | 2a54f0a220d86b271901697ce938b30c2f3ca41a (patch) | |
tree | 0c94af24604353cbbca4f3904db9b09b2711de5f /mail/e-mail-shell-migrate.h | |
parent | 03fe4bdcbc8a2e644339bbfcd12843da1f766375 (diff) | |
download | gsoc2013-evolution-2a54f0a220d86b271901697ce938b30c2f3ca41a.tar.gz gsoc2013-evolution-2a54f0a220d86b271901697ce938b30c2f3ca41a.tar.zst gsoc2013-evolution-2a54f0a220d86b271901697ce938b30c2f3ca41a.zip |
Adapt calendar to EShellBackend changes.
Diffstat (limited to 'mail/e-mail-shell-migrate.h')
-rw-r--r-- | mail/e-mail-shell-migrate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/e-mail-shell-migrate.h b/mail/e-mail-shell-migrate.h index 498f60cf8d..c5fb08f53b 100644 --- a/mail/e-mail-shell-migrate.h +++ b/mail/e-mail-shell-migrate.h @@ -19,8 +19,8 @@ * */ -#ifndef E_MAIL_SHELL_MODULE_MIGRATE_H -#define E_MAIL_SHELL_MODULE_MIGRATE_H +#ifndef E_MAIL_SHELL_BACKEND_MIGRATE_H +#define E_MAIL_SHELL_BACKEND_MIGRATE_H #include <glib.h> #include <shell/e-shell-backend.h> @@ -35,4 +35,4 @@ gboolean e_mail_shell_migrate (EShellBackend *shell_backend, G_END_DECLS -#endif /* E_MAIL_SHELL_MODULE_MIGRATE_H */ +#endif /* E_MAIL_SHELL_BACKEND_MIGRATE_H */ |