[empathy: 1/4] Fix Empathy to build with gcr-3



commit 69ccb1c49425512fd078f7d6901fbb0058c87fe9
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Fri Oct 8 13:07:33 2010 +1100

    Fix Empathy to build with gcr-3
    
    Closes https://bugzilla.gnome.org/show_bug.cgi?id=631657

 libempathy-gtk/empathy-tls-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index 39d02ff..ae531ce 100644
--- a/libempathy-gtk/empathy-tls-dialog.c
+++ b/libempathy-gtk/empathy-tls-dialog.c
@@ -216,7 +216,7 @@ reason_to_string (EmpathyTLSDialog *self)
 static GtkWidget *
 build_gcr_widget (EmpathyTLSDialog *self)
 {
-  GcrCertificateBasicsWidget *widget;
+  GcrCertificateWidget *widget;
   GcrCertificate *certificate;
   GPtrArray *cert_chain = NULL;
   GArray *first_cert;
@@ -229,7 +229,7 @@ build_gcr_widget (EmpathyTLSDialog *self)
 
   certificate = gcr_simple_certificate_new ((const guchar *) first_cert->data,
       first_cert->len);
-  widget = gcr_certificate_basics_widget_new (certificate);
+  widget = gcr_certificate_widget_new (certificate);
 
   g_object_unref (certificate);
   g_ptr_array_unref (cert_chain);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]