telepathy-logger: stop using NUM_TP_*

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri Sep 27 06:39:49 PDT 2013


Module: telepathy-logger
Branch: master
Commit: 5620e4b93db55a71d97805964371c0f1fcda5d3b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=5620e4b93db55a71d97805964371c0f1fcda5d3b

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Sep 27 14:11:47 2013 +0200

stop using NUM_TP_*

---

 telepathy-logger/call-event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);
 



More information about the telepathy-commits mailing list