From 5f672956ebf5eab0a681c80852d186440a23e976 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 14 Oct 2008 10:44:18 +0200 Subject: [PATCH] 2008-10-14 Murray Cumming * telepathy-glib/tp-connection-manager.c: tp_connection_manager_class_init(): Use the correct enum type when registering the got-info signal. --- telepathy-glib/connection-manager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c index 33ef0c4..f3da7b0 100644 --- a/telepathy-glib/connection-manager.c +++ b/telepathy-glib/connection-manager.c @@ -1158,8 +1158,8 @@ tp_connection_manager_class_init (TpConnectionManagerClass *klass) G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, 0, NULL, NULL, - g_cclosure_marshal_VOID__UINT, - G_TYPE_NONE, 1, G_TYPE_UINT); + g_cclosure_marshal_VOID__ENUM, + G_TYPE_NONE, 1, TP_TYPE_CM_INFO_SOURCE); } /** -- 1.5.4.3