diff options
-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); |