diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-10-03 04:08:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-10 22:05:17 +0800 |
commit | 480300ee4c05856a02a561240090fb39efb678bc (patch) | |
tree | 97f9e00ab51cfedb95795aa724549e3c454137b4 /libempathy-gtk | |
parent | ee16f6d2271dfbd4c304a167c10161160f88ec9f (diff) | |
download | gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar.gz gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar.bz2 gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar.lz gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar.xz gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.tar.zst gsoc2013-empathy-480300ee4c05856a02a561240090fb39efb678bc.zip |
Rename NUM_TP_ to TP_NUM_
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-tls-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index def31d224..df47c503e 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -345,7 +345,7 @@ empathy_tls_dialog_class_init (EmpathyTLSDialogClass *klass) pspec = g_param_spec_uint ("reason", "The reason", "The reason why the certificate is being asked for confirmation.", - 0, NUM_TP_TLS_CERTIFICATE_REJECT_REASONS - 1, + 0, TP_NUM_TLS_CERTIFICATE_REJECT_REASONS - 1, TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN, G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); g_object_class_install_property (oclass, PROP_REASON, pspec); |