diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-07-08 19:40:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 09:29:58 +0800 |
commit | 5282170b4a72eba2068d1d973a567ae5439f5c64 (patch) | |
tree | 32a9970cfde11afd392262fb2ed9915ca2c99159 /mail/e-mail-view.h | |
parent | 80ba530e8c4341699f9fad92b9d35a7cddbbaf68 (diff) | |
download | gsoc2013-evolution-5282170b4a72eba2068d1d973a567ae5439f5c64.tar.gz gsoc2013-evolution-5282170b4a72eba2068d1d973a567ae5439f5c64.tar.zst gsoc2013-evolution-5282170b4a72eba2068d1d973a567ae5439f5c64.zip |
More changes and modifications.
Diffstat (limited to 'mail/e-mail-view.h')
-rw-r--r-- | mail/e-mail-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/e-mail-view.h b/mail/e-mail-view.h index 04ae6e2209..93a076d478 100644 --- a/mail/e-mail-view.h +++ b/mail/e-mail-view.h @@ -24,6 +24,8 @@ #define _E_MAIL_VIEW_H_ #include <gtk/gtk.h> +#include <shell/e-shell-content.h> + #define E_MAIL_VIEW_TYPE (e_mail_view_get_type ()) #define E_MAIL_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_MAIL_VIEW_TYPE, MailFolderView)) @@ -39,6 +41,7 @@ typedef struct _EMailView { GtkVBox parent; EMailViewPrivate *priv; + EShellContent *content; } EMailView; typedef struct _EMailViewClass { |