diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-17 01:02:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-17 01:02:24 +0800 |
commit | 13f513ef2a1a01ceaa857419e95040b04fa05e76 (patch) | |
tree | 0a3cae967ecd1b4253a3f11ee151427424f6176a /mail/ChangeLog | |
parent | 274a61c49151901374fc02d74c35abb972ca48c9 (diff) | |
download | gsoc2013-evolution-13f513ef2a1a01ceaa857419e95040b04fa05e76.tar.gz gsoc2013-evolution-13f513ef2a1a01ceaa857419e95040b04fa05e76.tar.zst gsoc2013-evolution-13f513ef2a1a01ceaa857419e95040b04fa05e76.zip |
s/g_fre/g_free/
2004-01-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-vfolder.c (mail_vfolder_rename_uri): s/g_fre/g_free/
* em-utils.c (guess_account): Change 'tmp' to not be const - fixes
a compile warning.
(em_utils_expunge_folder): Cast parent to a GtkWindow.
(em_utils_empty_trash): Same.
svn path=/trunk/; revision=24279
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2c2b692ff5..8d65314210 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-01-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-vfolder.c (mail_vfolder_rename_uri): s/g_fre/g_free/ + + * em-utils.c (guess_account): Change 'tmp' to not be const - fixes + a compile warning. + (em_utils_expunge_folder): Cast parent to a GtkWindow. + (em_utils_empty_trash): Same. + * em-migrate.c (cp): Oops, still need to stat() the src file so we can report what percentage of the file has been completed so far and also so we don't quit copying until we've copied the whole |