diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-04 03:29:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-04 03:29:29 +0800 |
commit | 164caed66b245d4244cf8c11604529d33dd1f91f (patch) | |
tree | 432dd6d575b18dc81d2693b775c355b80ea34c1b /shell/ChangeLog | |
parent | a4eede504469ace1575b9993f20fc7736184bf2a (diff) | |
download | gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.gz gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.bz2 gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.lz gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.xz gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.tar.zst gsoc2013-evolution-164caed66b245d4244cf8c11604529d33dd1f91f.zip |
Invoke e_folder_dnd_bridge_drop().
* e-storage-set-view.c (impl_tree_drag_drop): Invoke
e_folder_dnd_bridge_drop().
* e-folder-dnd-bridge.c (find_matching_target_for_drag_context):
New arg @atom_return. Return the GdkAtom associated with the type
through it.
(e_folder_dnd_bridge_drop): New.
svn path=/trunk/; revision=17362
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 783ab4d7ac..819c4e0281 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2002-07-03 Ettore Perazzoli <ettore@ximian.com> + + [Fixes #27354.] + + * e-storage-set-view.c (impl_tree_drag_drop): Invoke + e_folder_dnd_bridge_drop(). + + * e-folder-dnd-bridge.c (find_matching_target_for_drag_context): + New arg @atom_return. Return the GdkAtom associated with the type + through it. + (e_folder_dnd_bridge_drop): New. + 2002-07-02 Ettore Perazzoli <ettore@ximian.com> * e-shell.c (e_shell_show_settings): Don't set up the settings |