diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-03 16:44:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-03 16:44:10 +0800 |
commit | 4e8aee0a768987f20277e6c3dabdfa6b52df75ef (patch) | |
tree | 54b2502e360cf2c47ee82c3a28088b77989a8e2b /camel/ChangeLog | |
parent | 7dfbad5dce6da74e6c83b7b8196952f114e04a56 (diff) | |
download | gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.gz gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.tar.zst gsoc2013-evolution-4e8aee0a768987f20277e6c3dabdfa6b52df75ef.zip |
attempt at uncancelling a cancelled operation.
2004-03-03 Not Zed <NotZed@Ximian.com>
* camel-operation.c (camel_operation_uncancel): attempt at
uncancelling a cancelled operation.
svn path=/trunk/; revision=24947
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 273729d63e..db88be3994 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2004-03-03 Not Zed <NotZed@Ximian.com> + * camel-operation.c (camel_operation_uncancel): attempt at + uncancelling a cancelled operation. + * camel-stream-filter.c (do_write, do_write): fun dun diddley un fun. Since we're writing a const buffer, we need to copy it first. See #54937. |