From f82a1cfd7d318c35cf9fb696d38d63c9d5a899d2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 9 Feb 2008 21:07:02 +0000 Subject: Generate marshal.list thanks to gabble black magic. svn path=/trunk/; revision=614 --- libempathy-gtk/empathy-chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-chat.c') diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 2594ac201..f7c013820 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -40,7 +40,6 @@ #include #include #include -#include #include "empathy-chat.h" #include "empathy-chat-window.h" @@ -50,6 +49,7 @@ #include "empathy-spell.h" #include "empathy-spell-dialog.h" #include "empathy-ui-utils.h" +#include "empathy-gtk-marshal.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_CHAT, EmpathyChatPriv)) @@ -279,7 +279,7 @@ empathy_chat_class_init (EmpathyChatClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, - _empathy_marshal_VOID__OBJECT_BOOLEAN, + _empathy_gtk_marshal_VOID__OBJECT_BOOLEAN, G_TYPE_NONE, 2, EMPATHY_TYPE_MESSAGE, G_TYPE_BOOLEAN); -- cgit v1.2.3