summaryrefslogtreecommitdiff
path: root/src/libnma/nma-pkcs11-cert-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnma/nma-pkcs11-cert-chooser.c')
-rw-r--r--src/libnma/nma-pkcs11-cert-chooser.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libnma/nma-pkcs11-cert-chooser.c b/src/libnma/nma-pkcs11-cert-chooser.c
index 852be2e1..b97984f6 100644
--- a/src/libnma/nma-pkcs11-cert-chooser.c
+++ b/src/libnma/nma-pkcs11-cert-chooser.c
@@ -510,13 +510,14 @@ init (NMACertChooser *cert_chooser)
gtk_widget_set_sensitive (priv->cert_password_label, FALSE);
gtk_widget_show (priv->cert_password_label);
gtk_widget_set_no_show_all (priv->cert_password_label, TRUE);
+
+ set_title (cert_chooser, nma_cert_chooser_get_title (cert_chooser));
+ set_flags (cert_chooser, nma_cert_chooser_get_flags (cert_chooser));
}
const NMACertChooserVtable nma_cert_chooser_vtable_pkcs11 = {
.init = init,
- .set_title = set_title,
- .set_flags = set_flags,
.set_cert_uri = set_cert_uri,
.get_cert_uri = get_cert_uri,