summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate-rejection.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-03 09:56:49 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:11 +0200
commitc1df57b9955393f7c4ef8b3d145b6fe70d2a1a0f (patch)
tree05cc9acbae238e65b9ea4cc1d2d1e1cd16302614 /telepathy-glib/tls-certificate-rejection.c
parentf7fdbf7336f5d7b8a12ac67448baff6f161b43f4 (diff)
downloadtelepathy-glib-c1df57b9955393f7c4ef8b3d145b6fe70d2a1a0f.tar.gz
Use TP_NUM_TLS_CERTIFICATE_REJECT_REASONS
Diffstat (limited to 'telepathy-glib/tls-certificate-rejection.c')
-rw-r--r--telepathy-glib/tls-certificate-rejection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/tls-certificate-rejection.c b/telepathy-glib/tls-certificate-rejection.c
index 2383db953..1e8b871aa 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);