diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 23:15:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-27 00:26:55 +0800 |
commit | 36b9debed099b1ad0b5d6a8af792f620bf7f124a (patch) | |
tree | 797f5587b1a6503ca0751c0243989a21eafab700 /mail/e-mail-message-pane.h | |
parent | 9279429501af7858716b0e317810a264192bb763 (diff) | |
download | gsoc2013-evolution-36b9debed099b1ad0b5d6a8af792f620bf7f124a.tar.gz gsoc2013-evolution-36b9debed099b1ad0b5d6a8af792f620bf7f124a.tar.zst gsoc2013-evolution-36b9debed099b1ad0b5d6a8af792f620bf7f124a.zip |
More code cleanup.
Diffstat (limited to 'mail/e-mail-message-pane.h')
-rw-r--r-- | mail/e-mail-message-pane.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-message-pane.h b/mail/e-mail-message-pane.h index f947f79cdf..82cee3a13d 100644 --- a/mail/e-mail-message-pane.h +++ b/mail/e-mail-message-pane.h @@ -59,7 +59,7 @@ struct _EMailMessagePaneClass { }; GType e_mail_message_pane_get_type (void); -GtkWidget * e_mail_message_pane_new (EShellContent *content); +EMailView * e_mail_message_pane_new (EShellView *shell_view); G_END_DECLS |