From 154d0ce43fbf4ef89a7068ccde99db8cef933c69 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 9 Apr 2004 19:47:06 +0000 Subject: If we fail to set a sig_uid then try to extract the old style signature id 2004-04-09 Jeffrey Stedfast * 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 --- e-util/e-signature-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-signature-list.c') 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; -- cgit v1.2.3