diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-26 03:46:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-26 03:46:33 +0800 |
commit | d15e1ef55f64a78e47df37b98dd2d98d8bda87f9 (patch) | |
tree | 1f3b53f2f6292a7945c9bab7c1d8d7e5180037e9 /mail/mail-config.c | |
parent | f0e17938dcd8d79f1eadc0c67e04f7eff26db014 (diff) | |
download | gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.tar.gz gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.tar.zst gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.zip |
Don't make the key url:item if we have the url, just make it url. This
2001-07-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (make_key): Don't make the key url:item if we
have the url, just make it url. This fixes bug #5339.
svn path=/trunk/; revision=11410
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r-- | mail/mail-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c index 0694878022..48e735814f 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -834,7 +834,7 @@ mail_config_write_on_exit (void) } g_slist_free (sources); gnome_config_sync (); - + /* now do cleanup */ mail_config_clear (); } |