diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-15 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-15 06:04:21 +0800 |
commit | 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch) | |
tree | 2e1e96f33404781354c422a7e9beaf458ebeb655 /smime/gui/e-cert-selector.c | |
parent | 7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff) | |
download | gsoc2013-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/e-cert-selector.c')
-rw-r--r-- | smime/gui/e-cert-selector.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/smime/gui/e-cert-selector.c b/smime/gui/e-cert-selector.c index f9ca319509..d41be35ad6 100644 --- a/smime/gui/e-cert-selector.c +++ b/smime/gui/e-cert-selector.c @@ -129,13 +129,13 @@ ecs_cert_changed(GtkWidget *w, ECertSelector *ecs) /** * e_cert_selector_new: - * @type: - * @currentid: - * + * @type: + * @currentid: + * * Create a new ECertSelector dialog. @type specifies which type of cert to * be selected, E_CERT_SELECTOR_SIGNER for signing certs, and * E_CERT_SELECTOR_RECIPIENT for encrypting certs. - * + * * @currentid is the nickname of the cert currently selected for this user. * * You only need to connect to a single signal "selected" which will @@ -199,7 +199,7 @@ e_cert_selector_new(int type, const char *currentid) && ((node->cert->nickname != NULL && strcmp(node->cert->nickname, currentid) == 0) || (node->cert->emailAddr != NULL && strcmp(node->cert->emailAddr, currentid) == 0))) active = n; - + n++; } @@ -236,7 +236,7 @@ e_cert_selector_finalise(GObject *o) if (ecs->priv->certlist) CERT_DestroyCertList(ecs->priv->certlist); - + g_free(ecs->priv); ((GObjectClass *)e_cert_selector_parent_class)->finalize(o); |