diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-05 04:39:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-05 04:39:02 +0800 |
commit | c538747217542d22af4bcf01d5dae8ec7301da58 (patch) | |
tree | 73e12402ff1aef588da5e03e625c10fbc7604cb2 /shell/Evolution-ShellComponentDnd.idl | |
parent | 16590660ae3106343fddfaf985665fe42b87ed5f (diff) | |
download | gsoc2013-evolution-c538747217542d22af4bcf01d5dae8ec7301da58.tar.gz 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/Evolution-ShellComponentDnd.idl')
-rw-r--r-- | shell/Evolution-ShellComponentDnd.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Evolution-ShellComponentDnd.idl b/shell/Evolution-ShellComponentDnd.idl index 064f233417..baf715f0f7 100644 --- a/shell/Evolution-ShellComponentDnd.idl +++ b/shell/Evolution-ShellComponentDnd.idl @@ -26,7 +26,7 @@ module ShellComponentDnd { struct Data { short format; - short target; + string target; sequence <octet> bytes; }; |