From a81077272f8a2525ee65bb921913511e622fa4f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 28 Jan 2003 03:48:27 +0000 Subject: Change strcmp(fi->path, path) to strcmp(fi->name, name) and now the 2003-01-27 Jeffrey Stedfast * component-factory.c (storage_remove_folder): Change strcmp(fi->path, path) to strcmp(fi->name, name) and now the execution takes the right path. My patch base on Callie's patch for bug #33525. svn path=/trunk/; revision=19661 --- mail/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index b66d0c6edf..a1f461d9c9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2003-01-27 Jeffrey Stedfast + * component-factory.c (storage_remove_folder): Change + strcmp(fi->path, path) to strcmp(fi->name, name) and now the + execution takes the right path. My patch base on Callie's patch + for bug #33525. + * mail-identify.c (mail_identify_mime_part): Fixed a #warning by converting a local path into a file: uri before feeding it to gnome-vfs. -- cgit v1.2.3