diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-04 04:24:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-04 04:24:28 +0800 |
commit | 6a603b5cf40882d2c558a7a29c394032694d2315 (patch) | |
tree | b334ae609947ac00b00318201db9ef8027018b40 /calendar/ChangeLog | |
parent | 7c0d72183dbe654feaaf146435816b4aaf58eebf (diff) | |
download | gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar.gz gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar.bz2 gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar.lz gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar.xz gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.tar.zst gsoc2013-evolution-6a603b5cf40882d2c558a7a29c394032694d2315.zip |
If the last_uri string value is the Evolution 1.4 URI, change it to the
2004-06-03 Jeffrey Stedfast <fejj@novell.com>
* conduits/calendar/calendar-conduit.c
(calconduit_load_configuration): If the last_uri string value is
the Evolution 1.4 URI, change it to the new URI. Fixes bug #54134.
svn path=/trunk/; revision=26203
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cf2cc952df..7246943e2a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-06-03 Jeffrey Stedfast <fejj@novell.com> + + * conduits/calendar/calendar-conduit.c + (calconduit_load_configuration): If the last_uri string value is + the Evolution 1.4 URI, change it to the new URI. Fixes bug #54134. + 2004-06-03 Rodrigo Moya <rodrigo@novell.com> Fixes #59481 |