diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:05:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:05:44 +0800 |
commit | 0629bbb778bf9634c380067b65a7f62f2f05a676 (patch) | |
tree | 55fd2ccbf6bb4140212caf67362e30712c3a4e3c | |
parent | c0a1369297add5406a4bc554422e0dc1be2cbc56 (diff) | |
download | gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar.gz gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar.bz2 gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar.lz gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar.xz gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.tar.zst gsoc2013-evolution-0629bbb778bf9634c380067b65a7f62f2f05a676.zip |
Added a simple FIXME comment about possibly using the
EvolutionShellComponentShell API for querying the SourceFolder DnD
interface.
svn path=/trunk/; revision=8836
-rw-r--r-- | shell/e-storage-set-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 5ff80f01d9..6659205bc9 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -735,6 +735,9 @@ table_drag_begin (ETable *etable, /* Query the `ShellComponentDnd::SourceFolder' interface on the component. */ + /* FIXME we could use the new + `evolution_shell_component_client_get_dnd_source_interface()' + call. */ CORBA_exception_init (&ev); |