[next] telepathy-glib: Use TP_NUM_TLS_CERTIFICATE_REJECT_REASONS
Xavier Claessens
xclaesse at kemper.freedesktop.org
Wed May 9 13:10:51 PDT 2012
Module: telepathy-glib
Branch: next
Commit: c1df57b9955393f7c4ef8b3d145b6fe70d2a1a0f
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=c1df57b9955393f7c4ef8b3d145b6fe70d2a1a0f
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu May 3 09:56:49 2012 +0200
Use TP_NUM_TLS_CERTIFICATE_REJECT_REASONS
---
telepathy-glib/tls-certificate-rejection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/tls-certificate-rejection.c b/telepathy-glib/tls-certificate-rejection.c
index 2383db9..1e8b871 100644
--- a/telepathy-glib/tls-certificate-rejection.c
+++ b/telepathy-glib/tls-certificate-rejection.c
@@ -174,7 +174,7 @@ tp_tls_certificate_rejection_class_init (
spec = g_param_spec_uint ("reason", "reason",
"TpTLSCertificateRejectReason",
TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN,
- NUM_TP_TLS_CERTIFICATE_REJECT_REASONS,
+ TP_NUM_TLS_CERTIFICATE_REJECT_REASONS,
TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (oclass, PROP_REASON, spec);
More information about the telepathy-commits
mailing list