summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-password-channel.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-02 16:31:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 11:39:04 +0100
commit9a7b5f6721c5554e4bf9e111e132746b63b233c0 (patch)
tree999084d76c60b9a13054a14e643aaaa1d9247543 /telepathy-glib/base-password-channel.c
parent6f867844aaefb0e5239ff2328a4b7329b450f4dd (diff)
downloadtelepathy-glib-9a7b5f6721c5554e4bf9e111e132746b63b233c0.tar.gz
Use TP_NUM_… instead of NUM_TP_…
Based on a patch from Jonny Lamb, updated for current master. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
Diffstat (limited to 'telepathy-glib/base-password-channel.c')
-rw-r--r--telepathy-glib/base-password-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-password-channel.c b/telepathy-glib/base-password-channel.c
index f6e230850..ba6efec92 100644
--- a/telepathy-glib/base-password-channel.c
+++ b/telepathy-glib/base-password-channel.c
@@ -331,7 +331,7 @@ tp_base_password_channel_class_init (TpBasePasswordChannelClass *tp_base_passwor
param_spec = g_param_spec_uint ("sasl-status",
"Current status",
"The status of the current SASL authentication.",
- 0, NUM_TP_SASL_STATUSES, 0,
+ 0, TP_NUM_SASL_STATUSES, 0,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_SASL_STATUS,
param_spec);