aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui/certificate-manager.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /smime/gui/certificate-manager.c
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'smime/gui/certificate-manager.c')
-rw-r--r--smime/gui/certificate-manager.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c
index e417407c42..8a3c64321c 100644
--- a/smime/gui/certificate-manager.c
+++ b/smime/gui/certificate-manager.c
@@ -154,7 +154,7 @@ import_your (GtkWidget *widget, CertificateManagerData *cfm)
if (GTK_RESPONSE_OK == gtk_dialog_run (GTK_DIALOG (filesel))) {
filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (filesel));
-
+
if (e_cert_db_import_pkcs12_file (e_cert_db_peek (),
filename, NULL /* XXX */)) {
/* there's no telling how many certificates were added during the import,
@@ -201,7 +201,7 @@ delete_your (GtkWidget *widget, CertificateManagerData *cfm)
g_object_unref (cert);
}
}
-
+
}
static void
@@ -447,7 +447,7 @@ delete_contact (GtkWidget *widget, CertificateManagerData *cfm)
g_object_unref (cert);
}
}
-
+
}
static void
@@ -527,7 +527,7 @@ static void
view_ca (GtkWidget *widget, CertificateManagerData *cfm)
{
GtkTreeIter iter;
-
+
if (gtk_tree_selection_get_selected (gtk_tree_view_get_selection (GTK_TREE_VIEW(cfm->authoritycerts_treeview)),
NULL,
&iter)) {
@@ -551,7 +551,7 @@ static void
edit_ca (GtkWidget *widget, CertificateManagerData *cfm)
{
GtkTreeIter iter;
-
+
if (gtk_tree_selection_get_selected (gtk_tree_view_get_selection (GTK_TREE_VIEW(cfm->authoritycerts_treeview)),
NULL,
&iter)) {
@@ -570,7 +570,7 @@ edit_ca (GtkWidget *widget, CertificateManagerData *cfm)
e_cert_trust_has_trusted_ca (icert->trust, TRUE, FALSE, FALSE),
e_cert_trust_has_trusted_ca (icert->trust, FALSE, TRUE, FALSE),
e_cert_trust_has_trusted_ca (icert->trust, FALSE, FALSE, TRUE));
-
+
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_OK) {
gboolean trust_ssl, trust_email, trust_objsign;
CERTCertTrust trust;
@@ -584,7 +584,7 @@ edit_ca (GtkWidget *widget, CertificateManagerData *cfm)
trust_ssl,
trust_email,
trust_objsign);
-
+
CERT_ChangeCertTrust (CERT_GetDefaultCertDB(), icert, &trust);
}
@@ -670,7 +670,7 @@ delete_ca (GtkWidget *widget, CertificateManagerData *cfm)
g_object_unref (cert);
}
}
-
+
}
static void
@@ -736,7 +736,7 @@ add_user_cert (CertificateManagerData *cfm, ECert *cert)
if (!parent_iter) {
/* create a new toplevel node */
gtk_tree_store_append (GTK_TREE_STORE (model), &iter, NULL);
-
+
gtk_tree_store_set (GTK_TREE_STORE (model), &iter,
0, organization, -1);
@@ -780,7 +780,7 @@ add_contact_cert (CertificateManagerData *cfm, ECert *cert)
if (!parent_iter) {
/* create a new toplevel node */
gtk_tree_store_append (GTK_TREE_STORE (model), &iter, NULL);
-
+
gtk_tree_store_set (GTK_TREE_STORE (model), &iter,
0, organization, -1);
@@ -823,7 +823,7 @@ add_ca_cert (CertificateManagerData *cfm, ECert *cert)
/* create a new toplevel node */
gtk_tree_store_append (GTK_TREE_STORE (model),
&iter, NULL);
-
+
gtk_tree_store_set (GTK_TREE_STORE (model), &iter,
0, organization, -1);
-gnome/commit/multimedia?h=mate-1.16&id=2c6a3135268f227c2f016b08155f35b56c7fbd99'>Modernize LIB_DEPENDSbapt2014-07-1518-37/+37 * - Let clang realign the stack on a 16 byte boundary on i386 to fix a crashtijl2014-07-142-13/+3 * - Update to 0.4.1gblach2014-07-142-4/+4 * - Update to 0.01.46nivit2014-07-142-3/+3 * - Fix build with MUSEPACK knob.nox2014-07-131-2/+3 * multimedia/universal-media-server: new portpi2014-07-127-0/+400 * Update to version 14.7.0pawel2014-07-123-5/+7 * Add a global OPUS_DESCtijl2014-07-115-5/+0 * - Add USES=libtool to devel/upnp and bump dependent portstijl2014-07-112-2/+2 * - Switch to USES=libtoolamdmi32014-07-091-2/+3 * new port: multimedia/qt4-mobilityvg2014-07-095-0/+1006 * - Switch to USES=libtoolamdmi32014-07-081-3/+3 * multimedia/kplayer-kde4: Stage, fix on F10+, use explicit linkingmarino2014-07-082-5/+19 * - Update from 1.4.1 to 1.4.2danilo2014-07-081-1/+1 * multimedia/dvdrip: stage, split out RAR as an optionmarino2014-07-082-34/+25 * Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-0721-21/+21 * multimedia/py-guessit: update to 0.8wg2014-07-072-6/+8 * Update to 3.16.0.1 .nox2014-07-062-3/+3 * Resetting maintainership on ports that have not been staged and without anybapt2014-07-0612-12/+12 * Support stagebapt2014-07-061-69/+52 * multimedia/tunapie: use WX 3.0wg2014-07-061-2/+2 * multimedia/photofilmstrip: use WX 3.0wg2014-07-061-3/+2 * multimedia/gxine: explicitly link libm (dports)marino2014-07-061-1/+1 * - Update to upstream release 3.1.3riggs2014-07-0641-287/+1076 * - Update to upstream version 3.1.1riggs2014-07-054-95/+42 * Update to 7.0.0bapt2014-07-052-9/+7 * <OPTION>_CONFIGURE_ARGS does not exist; use CDDB_CONFIGURE_OFF instead.rakuco2014-07-051-2/+2 * multimedia/ffmpeg: fix ffserver startup scriptwg2014-07-042-1/+3 * - Strip librariesamdmi32014-07-041-1/+2 * Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-046-4/+5 * - Update to version 10.2mva2014-07-042-3/+3 * Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-043-8/+4 * - Update to version 2.2.5pawel2014-07-042-4/+4 * textproc/libmrss: Add USES=libtool and bump dependent portstijl2014-07-031-0/+1 * - Switch to USES=libtool, drop .la filesamdmi32014-07-032-5/+6 * - Switch to USES=libtool, drop .la filesamdmi32014-07-032-66/+5 * - Update libvdpau to 0.8madpilot2014-07-034-5/+15 * - Switch to USES=libtool, drop .la filesamdmi32014-07-032-2/+3 * - Switch to USES=libtoolamdmi32014-07-032-2/+3 * Update to 0.1.35.kwm2014-07-022-4/+3 * - Update to 1.3sperber2014-07-023-21/+14 * Update to 0.9.9.12.504feld2014-07-013-11/+12 * Fix pkg-plist when WXGTK is not enabled.olgeni2014-07-012-17/+18 * - Switch to USES=libtool, drop .la filesamdmi32014-07-012-4/+2 * multiple: reset gslin's maintainereadler2014-06-302-2/+2 * - Stageswills2014-06-292-6/+4 * - Stageswills2014-06-291-6/+5 * - Update to upstream release 1.4.10riggs2014-06-293-15/+14 * - Convert USE_BZIP2 to USESolivierd2014-06-282-4/+3 * - Fix integer overflow in mencoder (bundled ffmpeg CVE-2014-4610)riggs2014-06-283-1/+50 * - Fix buildmiwi2014-06-281-0/+1 * - Switch to USES=libtool, drop .la filesamdmi32014-06-282-4/+5 * - Drop .la files, no dependees require themamdmi32014-06-282-3/+2 * Allow building with newer texinfoantoine2014-06-281-0/+11 * - Chase database/sqlite3 slib bumpmiwi2014-06-284-3/+4 * multimedia/ffmpeg: update to 2.2.4wg2014-06-276-32/+27 * multimedia/mlt: support stagewg2014-06-272-4/+4 * - Add staging supportpawel2014-06-271-19/+9 * - Update to 0.4.0gblach2014-06-273-21/+30 * - Add staging supportpawel2014-06-272-11/+7 * - Add staging supportpawel2014-06-274-27/+10 * Allow to build with texinfo from portsantoine2014-06-261-1/+1 * fix build for FreeBSD 8oliver2014-06-261-0/+16 * Convert GMAKE to MAKE_CMDbapt2014-06-2512-21/+21 * - Add stage supportdanilo2014-06-243-43/+45 * Add missing libs when the QUICKTIME and DV options are enabled.tijl2014-06-232-0/+26 * Mark as broken: no distinfo provided for some of the distfilesbapt2014-06-231-1/+2 * Mark as broken: no distinfo provided for some of the distfilesbapt2014-06-231-1/+2 * - Stagifyriggs2014-06-223-4/+16 * Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-06-222-18/+21 * update audacious to 3.5oliver2014-06-2110-111/+79 * Use proper INSTTALL_TARGET to strip the binarybapt2014-06-211-3/+1 * multimedia/libcec: update to 2.1.4wg2014-06-214-113/+18 * - Convert USE_BZIP2 to USESamdmi32014-06-211-4/+3 * Update to 0.9.9.12feld2014-06-203-143/+155 * - Stagifylme2014-06-203-14/+16 * Stagify.vanilla2014-06-204-22/+18 * Stagify.vanilla2014-06-202-9/+6 * Stagify.vanilla2014-06-202-1/+11 * 1: remove NO_STAGE.vanilla2014-06-201-3/+1 * multimedia/py-subliminal: add missing dependencywg2014-06-191-1/+3 * multimedia/bino: convert USE_XZmarino2014-06-191-2/+1 * multimedia/phonon-vlc: convert USE_XZmarino2014-06-191-2/+1 * multimedia/umplayer: convert USE_XZmarino2014-06-191-2/+1 * multimedia/phonon-designerplugin: convert USE_XZmarino2014-06-19