aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui
diff options
context:
space:
mode:
Diffstat (limited to 'smime/gui')
-rw-r--r--smime/gui/cert-trust-dialog.c1
-rw-r--r--smime/gui/certificate-manager.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/smime/gui/cert-trust-dialog.c b/smime/gui/cert-trust-dialog.c
index b32a7c58c7..c22c7e6a4a 100644
--- a/smime/gui/cert-trust-dialog.c
+++ b/smime/gui/cert-trust-dialog.c
@@ -144,7 +144,6 @@ cert_trust_dialog_show (ECert *cert)
else
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (ctd_data->notrust_button), TRUE);
-
icert = e_cert_get_internal_cert(ctd_data->cacert);
if (e_cert_trust_has_trusted_ca(icert->trust, FALSE, TRUE, FALSE))
gtk_label_set_text((GtkLabel *)ctd_data->label,
diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c
index e0663f0578..8026ba1472 100644
--- a/smime/gui/certificate-manager.c
+++ b/smime/gui/certificate-manager.c
@@ -845,7 +845,6 @@ add_ca_cert (CertificateManagerData *cfm, ECert *cert)
}
}
-
gtk_tree_store_append (GTK_TREE_STORE (model), &iter, parent_iter);
if (e_cert_get_cn (cert))
@@ -941,7 +940,6 @@ unload_certs (CertificateManagerData *cfm,
cfm->authoritycerts_root_hash = g_hash_table_new_full (g_str_hash, g_str_equal,
destroy_key, destroy_value);
-
break;
case E_CERT_UNKNOWN:
/* nothing to do here */