[gnome-keyring/dbus-api] [roots] Properly initialize certificate parent klass.



commit 1b4d1a5a1fbb41b684d40ef677abf1b99104d4b9
Author: Stef Walter <stef memberwebs com>
Date:   Fri Jul 24 01:30:03 2009 +0000

    [roots] Properly initialize certificate parent klass.

 pkcs11/roots-store/gck-roots-certificate.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pkcs11/roots-store/gck-roots-certificate.c b/pkcs11/roots-store/gck-roots-certificate.c
index c2ad9cf..14c6b53 100644
--- a/pkcs11/roots-store/gck-roots-certificate.c
+++ b/pkcs11/roots-store/gck-roots-certificate.c
@@ -160,6 +160,8 @@ gck_roots_certificate_class_init (GckRootsCertificateClass *klass)
 	GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
 	GckObjectClass *gck_class = GCK_OBJECT_CLASS (klass);
 	
+	gck_roots_certificate_parent_class = g_type_class_peek_parent (klass);
+
 	gobject_class->constructor = gck_roots_certificate_constructor;
 	gobject_class->dispose = gck_roots_certificate_dispose;
 	gobject_class->finalize = gck_roots_certificate_finalize;



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