From 18ca9c98515f438eaec732a921a4423b862cb79b Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 8 Aug 2012 10:02:05 +0100 Subject: =?UTF-8?q?call-event:=20NUM=5FTP=5F=E2=80=A6=20=E2=86=92=20TP=5FN?= =?UTF-8?q?UM=5F=E2=80=A6=20for=20better=20introspection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonny Lamb --- telepathy-logger/call-event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-logger/call-event.c b/telepathy-logger/call-event.c index fe4b446..68c0d86 100644 --- a/telepathy-logger/call-event.c +++ b/telepathy-logger/call-event.c @@ -178,7 +178,7 @@ static void tpl_call_event_class_init (TplCallEventClass *klass) param_spec = g_param_spec_int ("end-reason", "End Reason", "Reason for wich this call was ended", - 0, NUM_TP_CALL_STATE_CHANGE_REASONS, TP_CALL_STATE_CHANGE_REASON_UNKNOWN, + 0, TP_NUM_CALL_STATE_CHANGE_REASONS, TP_CALL_STATE_CHANGE_REASON_UNKNOWN, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); g_object_class_install_property (object_class, PROP_END_REASON, param_spec); -- cgit v1.2.1