diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-10 03:47:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-10 03:47:06 +0800 |
commit | 154d0ce43fbf4ef89a7068ccde99db8cef933c69 (patch) | |
tree | 271e0bebfbb08feb77596b2d477d709f588fb2a7 /e-util/e-signature-list.c | |
parent | 2658330b37900a4d90775b2d61cf88983f8343a6 (diff) | |
download | gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.gz gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.zst gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.zip |
If we fail to set a sig_uid then try to extract the old style signature id
2004-04-09 Jeffrey Stedfast <fejj@ximian.com>
* e-account.c (xml_set_identity): If we fail to set a sig_uid then
try to extract the old style signature id and assume the migration
code will fix us up (if not, nothing bad will happen anyway).
svn path=/trunk/; revision=25403
Diffstat (limited to 'e-util/e-signature-list.c')
-rw-r--r-- | e-util/e-signature-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-signature-list.c b/e-util/e-signature-list.c index c948dbf65b..90a8cd70f1 100644 --- a/e-util/e-signature-list.c +++ b/e-util/e-signature-list.c @@ -430,7 +430,7 @@ e_signature_list_find (ESignatureList *signatures, e_signature_find_t type, cons if (!key) return NULL; - for (it = e_list_get_iterator ((EList *)signatures); + for (it = e_list_get_iterator ((EList *) signatures); e_iterator_is_valid (it); e_iterator_next (it)) { int found = 0; |