[next] telepathy-logger: call-event: NUM_TP_… → TP_NUM_… for better intr?==?UTF-8?Q?ospection

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:16 PDT 2012


Module: telepathy-logger
Branch: next
Commit: 18ca9c98515f438eaec732a921a4423b862cb79b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=18ca9c98515f438eaec732a921a4423b862cb79b

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Wed Aug  8 10:02:05 2012 +0100

call-event: NUM_TP_… → TP_NUM_… for better introspection

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 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