diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:04:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-20 12:04:14 +0800 |
commit | c0a1369297add5406a4bc554422e0dc1be2cbc56 (patch) | |
tree | c8857eb4cac84ffb993f9a1f55bdfd5bb9cf71b6 /shell/ChangeLog | |
parent | f0a79abc2cc5e1f7a7a3b8c71d47346e17de0fc1 (diff) | |
download | gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.gz gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.tar.zst gsoc2013-evolution-c0a1369297add5406a4bc554422e0dc1be2cbc56.zip |
Added calls to the `EvolutionShellComponentClient' API to query the
DnD interfaces with caching.
svn path=/trunk/; revision=8835
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b66d3aacf4..c3ae0600b6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,17 @@ 2001-03-19 Ettore Perazzoli <ettore@ximian.com> + * evolution-shell-component-client.c: New members + `dnd_source_folder_interface' and + `dnd_destination_folder_interface' in + `EvolutionShellCompoentClientPrivate'. + (init): Initialize. + (impl_destroy): Clean up. + (evolution_shell_component_client_get_dnd_source_interface): New. + (evolution_shell_component_client_get_dnd_destination_interface): + New. + +2001-03-19 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (init): Ooops. Initialize the `drag_corba_source_context' member. correctly. (table_drag_begin): Don't crash if queryInterface returns |