diff options
author | Pavel Cisler <pavel@eazel.com> | 2000-04-12 18:33:04 +0000 |
---|---|---|
committer | Pavel Cisler <pce@src.gnome.org> | 2000-04-12 18:33:04 +0000 |
commit | 8ecf5b4898c50b0f7641f444cdc1f71eab1385c6 (patch) | |
tree | bd6145dbedc4c91af61e7951b5e210f024005cc0 /ChangeLog-20000414 | |
parent | d140e4fc8da174b0d71a4f53957252cf2a5a2d45 (diff) | |
download | nautilus-8ecf5b4898c50b0f7641f444cdc1f71eab1385c6.tar.gz |
Fix a problem where drag actions did't update properly when dragging
2000-04-11 Pavel Cisler <pavel@eazel.com>
* libnautilus/nautilus-icon-dnd.c:
* libnautilus/nautilus-icon-dnd.h:
Fix a problem where drag actions did't update properly when dragging
between two windows. The pointer to the private GtkDragStatus needs
to be global, not stored in the drag originator widget.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 3fdc877eb..929479a35 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,3 +1,11 @@ +2000-04-11 Pavel Cisler <pavel@eazel.com> + + * libnautilus/nautilus-icon-dnd.c: + * libnautilus/nautilus-icon-dnd.h: + Fix a problem where drag actions did't update properly when dragging + between two windows. The pointer to the private GtkDragStatus needs + to be global, not stored in the drag originator widget. + 2000-04-11 Andy Hertzfeld <andy@eazel.com> * components/services/startup/eazel-register.c: |