aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-03 02:56:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-03 02:56:27 +0800
commit1ea1b436aa576f324e295449b91c1c4dcf0fa3e3 (patch)
tree2047d2220c2f0147f5efeaa43a293b4cf9f1358f /shell/ChangeLog
parent11c665c9250652c340c4f9636390f7cdbe1e7565 (diff)
downloadgsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.gz
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.bz2
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.lz
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.xz
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.zst
gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.zip
[Don't allow dragging from a folder to one of its descendants or
onto itself, when the operation is GDK_DRAG_MOVE. This fixes bugs like #8737.] * e-storage-set-view.c (handle_evolution_path_drag_motion): Don't highlight if the user is attempting to move a folder to one of its descendants. svn path=/trunk/; revision=13307
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 79b0d524ef..537d90be20 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+ [Don't allow dragging from a folder to one of its descendants or
+ onto itself, when the operation is GDK_DRAG_MOVE. This fixes bugs
+ like #8737.]
+
+ * e-storage-set-view.c (handle_evolution_path_drag_motion): Don't
+ highlight if the user is attempting to move a folder to one of its
+ descendants.
+
+2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (e_shell_view_construct): Use
`bonobo_ui_component_new_default()', not
`bonobo_ui_component_new()'.