diff options
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail.h b/mail/mail.h index 98eb291d56..d303bef845 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -55,7 +55,7 @@ typedef gboolean (*MailMimeHandlerFn) (CamelMimePart *part, MailDisplay *md, GtkHTML *html, GtkHTMLStream *stream); typedef struct { gboolean generic; - OAF_ServerInfo *component; + Bonobo_ServerInfo *component; GList *applications; MailMimeHandlerFn builtin; } MailMimeHandler; |