diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tls-certificate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c index acb94c79d..e2fc67614 100644 --- a/libempathy/empathy-tls-certificate.c +++ b/libempathy/empathy-tls-certificate.c @@ -132,11 +132,10 @@ empathy_tls_certificate_prepare_async (EmpathyTLSCertificate *self, return; } - /* if the object is already prepared, just complete in idle */ if (priv->is_prepared) - { + { tp_simple_async_report_success_in_idle (G_OBJECT (self), callback, user_data, empathy_tls_certificate_prepare_async); |