diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-03 02:56:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-03 02:56:27 +0800 |
commit | 1ea1b436aa576f324e295449b91c1c4dcf0fa3e3 (patch) | |
tree | 2047d2220c2f0147f5efeaa43a293b4cf9f1358f /shell/ChangeLog | |
parent | 11c665c9250652c340c4f9636390f7cdbe1e7565 (diff) | |
download | gsoc2013-evolution-1ea1b436aa576f324e295449b91c1c4dcf0fa3e3.tar.gz 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/ChangeLog | 10 |
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()'. |