Build fixes.
authorStefan Walter <stefw@src.gnome.org>
Thu, 29 Jan 2009 01:34:45 +0000 (01:34 +0000)
committerStefan Walter <stefw@src.gnome.org>
Thu, 29 Jan 2009 01:34:45 +0000 (01:34 +0000)
* gcr/gcr-simple-certificate.c:
* pkcs11/gck/gck-data-der.c: Build fixes.

svn path=/trunk/; revision=1482

gcr/gcr-simple-certificate.c

index def7943..77ba059 100644 (file)
@@ -46,7 +46,7 @@ G_DEFINE_TYPE_WITH_CODE (GcrSimpleCertificate, gcr_simple_certificate, G_TYPE_OB
 static void
 gcr_simple_certificate_init (GcrSimpleCertificate *self)
 {
-       self->pv = G_TYPE_INSTANCE_GET_PRIVATE (self, GCR_TYPE_CERTIFICATE, GcrSimpleCertificatePrivate);
+       self->pv = G_TYPE_INSTANCE_GET_PRIVATE (self, GCR_TYPE_SIMPLE_CERTIFICATE, GcrSimpleCertificatePrivate);
 }
 
 static void