diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-12 16:26:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-12 16:26:35 +0800 |
commit | 3e6eb6c20221595c4d1286797a4879715cf5408a (patch) | |
tree | cd22b75c486c5c6db796692c2da12e1d9531d604 /shell/ChangeLog | |
parent | 9f45bb787b7e67b2d08234de9732836d121240a5 (diff) | |
download | gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar.gz gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar.bz2 gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar.lz gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar.xz gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.tar.zst gsoc2013-evolution-3e6eb6c20221595c4d1286797a4879715cf5408a.zip |
implement the CORBA side of dragging.
2001-05-12 Chris Toshok <toshok@ximian.com>
* e-storage-set-view.c (tree_drag_data_received): implement the
CORBA side of dragging.
(convert_gdk_drag_action_set_to_corba): rename
convert_gdk_drag_action_to_corba to this.
(convert_corba_drag_action_set_to_gdk): rename
convert_corba_drag_action_to_gdk to this.
(convert_gdk_drag_action_to_corba): new function that doesn't
build a bitmask, useful for the Action types, instead of
ActionSet.
(convert_corba_drag_action_to_gdk): same.
svn path=/trunk/; revision=9780
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d4be2f31af..a3959bea83 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,16 @@ +2001-05-12 Chris Toshok <toshok@ximian.com> + + * e-storage-set-view.c (tree_drag_data_received): implement the + CORBA side of dragging. + (convert_gdk_drag_action_set_to_corba): rename + convert_gdk_drag_action_to_corba to this. + (convert_corba_drag_action_set_to_gdk): rename + convert_corba_drag_action_to_gdk to this. + (convert_gdk_drag_action_to_corba): new function that doesn't + build a bitmask, useful for the Action types, instead of + ActionSet. + (convert_corba_drag_action_to_gdk): same. + 2001-05-11 Chris Toshok <toshok@ximian.com> * e-storage-set-view.c |