aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-10-10 13:46:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-10 13:46:34 +0800
commit7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e (patch)
treef821b4354f59f995f33146286baa08d013543eae /mail/ChangeLog
parent14124e1c1639ef555dd0829ea74799525caf4374 (diff)
downloadgsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar.gz
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar.bz2
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar.lz
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar.xz
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.tar.zst
gsoc2013-evolution-7ce7e097622ccf0a2946abd35a4f02c5dbb9e42e.zip
IF the source and destination folders are the same, do nothing. Oh, and
2001-10-10 <NotZed@Ximian.com> * mail-ops.c (transfer_messages_transfer): IF the source and destination folders are the same, do nothing. Oh, and return an error, otherwise the shell goes and removes it anyway. Fixes a rather serious bug with dnd of folders onto their current location. 2001-10-09 <NotZed@Ximian.com> * component-factory.c (owner_unset_cb): Disconnect from all the signals we were listening to, so we dont try and do shit twice on exit (one on unset_cb, one on destroy). (create_component): Setup the signal handlers using a table, so they're easier to disconnect on finish. svn path=/trunk/; revision=13545
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b7dbaab68e..88df7a3caa 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-10 <NotZed@Ximian.com>
+
+ * mail-ops.c (transfer_messages_transfer): IF the source and
+ destination folders are the same, do nothing. Oh, and return an
+ error, otherwise the shell goes and removes it anyway. Fixes a
+ rather serious bug with dnd of folders onto their current
+ location.
+
2001-10-09 Larry Ewing <lewing@ximian.com>
* mail-display.c (save_part): ref the part.
@@ -9,6 +17,12 @@
2001-10-09 <NotZed@Ximian.com>
+ * component-factory.c (owner_unset_cb): Disconnect from all the
+ signals we were listening to, so we dont try and do shit twice on
+ exit (one on unset_cb, one on destroy).
+ (create_component): Setup the signal handlers using a table, so
+ they're easier to disconnect on finish.
+
* mail-folder-cache.c (folder_changed): Ref folder so it hangs
around till we're done with it.
(real_folder_changed): Unref folder when we are done with it.