diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-20 13:39:45 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-20 13:39:45 +0800 |
commit | 91babfa1cd2a21bd300d2e29c693ce615b71eb5e (patch) | |
tree | 8390c24f955e11a92800e6938c6ff05f6e55ef56 /mail/ChangeLog | |
parent | dd4194325e2ac7664af8d1ed990987beae0aeeeb (diff) | |
download | gsoc2013-evolution-91babfa1cd2a21bd300d2e29c693ce615b71eb5e.tar.gz gsoc2013-evolution-91babfa1cd2a21bd300d2e29c693ce615b71eb5e.tar.zst gsoc2013-evolution-91babfa1cd2a21bd300d2e29c693ce615b71eb5e.zip |
calling the wrong api to move a folder. Infact it was copying for move.
2005-07-19 Srinivasa Ragavan <sragavan@novell.com>
* em-folder-tree.c: (emft_popup_move) calling the wrong api to
move a folder. Infact it was copying for move.
svn path=/trunk/; revision=29808
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4de48bc2f8..f3d832a9db 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Srinivasa Ragavan <sragavan@novell.com> + + * em-folder-tree.c: (emft_popup_move) calling the wrong api to + move a folder. Infact it was copying for move. + 2005-07-14 Vivek Jain <jvivek@novell.com> * em-composer-utils.c : included missing header |