From 67920cae23f4b8020559d7548fd1dff8de44e962 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 24 Feb 2011 10:17:15 +0000 Subject: Port empathy to Telepathy logger 0.2.0 --- libempathy/empathy-message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-message.h') diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index b7a63f81e..1db0eff60 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -26,7 +26,7 @@ #define __EMPATHY_MESSAGE_H__ #include -#include +#include #include "empathy-contact.h" #include "empathy-time.h" @@ -54,7 +54,7 @@ struct _EmpathyMessageClass { GType empathy_message_get_type (void) G_GNUC_CONST; EmpathyMessage * empathy_message_new (const gchar *body); -EmpathyMessage * empathy_message_from_tpl_log_entry (TplEntry *logentry); +EmpathyMessage * empathy_message_from_tpl_log_event (TplEvent *logevent); TpChannelTextMessageType empathy_message_get_tptype (EmpathyMessage *message); void empathy_message_set_tptype (EmpathyMessage *message, TpChannelTextMessageType type); -- cgit v1.2.3