aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-10 03:47:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-10 03:47:06 +0800
commit154d0ce43fbf4ef89a7068ccde99db8cef933c69 (patch)
tree271e0bebfbb08feb77596b2d477d709f588fb2a7 /e-util/ChangeLog
parent2658330b37900a4d90775b2d61cf88983f8343a6 (diff)
downloadgsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar
gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.gz
gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.bz2
gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.lz
gsoc2013-evolution-154d0ce43fbf4ef89a7068ccde99db8cef933c69.tar.xz
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/ChangeLog')
-rw-r--r--e-util/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index ef53a1a481..eb632ceb22 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,9 @@
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).
+
* e-signature-list.c (gconf_signatures_changed): If the autogen
signature isn't in the list (or isn't the first in the list), add
it to the head of the list.