aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-05 04:39:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-05 04:39:02 +0800
commitc538747217542d22af4bcf01d5dae8ec7301da58 (patch)
tree73e12402ff1aef588da5e03e625c10fbc7604cb2 /shell/ChangeLog
parent16590660ae3106343fddfaf985665fe42b87ed5f (diff)
downloadgsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.gz
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.bz2
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.lz
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.xz
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.zst
gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.zip
Handle p->data as a GdkAtom instead of a GdkAtom *.
* e-folder-dnd-bridge.c (find_matching_target_for_drag_context): Handle p->data as a GdkAtom instead of a GdkAtom *. (handle_data_received_non_path): Set the target member of the corba_data struct to be the name of the atom. * e-storage-set-view.c (impl_tree_drag_data_get): Pass the name of the atom instead of the atom itself. * Evolution-ShellComponentDnd.idl: Changed the type of Data.target to string. svn path=/trunk/; revision=20150
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 51346e7798..f75bee9a96 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-04 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-folder-dnd-bridge.c (find_matching_target_for_drag_context):
+ Handle p->data as a GdkAtom instead of a GdkAtom *.
+ (handle_data_received_non_path): Set the target member of the
+ corba_data struct to be the name of the atom.
+
+ * e-storage-set-view.c (impl_tree_drag_data_get): Pass the name of
+ the atom instead of the atom itself.
+
+ * Evolution-ShellComponentDnd.idl: Changed the type of Data.target
+ to string.
+
2003-03-03 Ettore Perazzoli <ettore@ximian.com>
* glade/e-shell-shared-folder-picker-dialog.glade: Swap Cancel/OK