From 0629bbb778bf9634c380067b65a7f62f2f05a676 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 20 Mar 2001 04:05:44 +0000 Subject: Added a simple FIXME comment about possibly using the EvolutionShellComponentShell API for querying the SourceFolder DnD interface. svn path=/trunk/; revision=8836 --- shell/e-storage-set-view.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit