diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-10 22:10:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-10 22:10:51 +0800 |
commit | acaea79e7129ea2b3eb289a9ea3b2644ac970fba (patch) | |
tree | e26bd8236f44477a152761e602d7b3740f4e6694 /shell/ChangeLog | |
parent | 6b746897bf30dcf96db4c404dce56c30ecc0c16e (diff) | |
download | gsoc2013-evolution-acaea79e7129ea2b3eb289a9ea3b2644ac970fba.tar.gz gsoc2013-evolution-acaea79e7129ea2b3eb289a9ea3b2644ac970fba.tar.zst gsoc2013-evolution-acaea79e7129ea2b3eb289a9ea3b2644ac970fba.zip |
Make this a no-op if the source and the destination path are the same.
* e-storage.c (e_storage_async_xfer_folder): Make this a no-op if
the source and the destination path are the same.
* e-local-storage.c (impl_async_xfer_folder): return after
returning `E_STORAGE_CANTCHANGESTOCKFOLDER' to the callback.
* e-storage-set-view.c (handle_evolution_path_drag_motion): Make
the check for dragging a folder over itself a little bit more
accurate.
svn path=/trunk/; revision=13550
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3a67b16c5e..9af2d293c6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2001-10-10 Ettore Perazzoli <ettore@ximian.com> + + * e-storage.c (e_storage_async_xfer_folder): Make this a no-op if + the source and the destination path are the same. + + * e-local-storage.c (impl_async_xfer_folder): return after + returning `E_STORAGE_CANTCHANGESTOCKFOLDER' to the callback. + + * e-storage-set-view.c (handle_evolution_path_drag_motion): Make + the check for dragging a folder over itself a little bit more + accurate. + 2001-10-05 Jon Trowbridge <trow@ximian.com> * e-shell-view-menu.c (command_work_offline): This is a message, |