From cc3e691c502e64619287c82355dcd581cbd5f9ed Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 4 May 2001 22:32:47 +0000 Subject: un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request. 2001-05-04 Chris Toshok * gui/component/addressbook-component.c (remove_folder): un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request. always notifies with PERMISSION_DENIED at present. (populate_context_menu): un-#if 0 this. (get_dnd_selection): same. (destination_folder_handle_motion): new function. (destination_folder_handle_drop): new function. (factory_fn): create a EvolutionShellComponentDndDestinationFolder interface, and add it to our shell component. svn path=/trunk/; revision=9679 --- addressbook/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 752b3af78c..18ad52edb1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-05-04 Chris Toshok + + * gui/component/addressbook-component.c (remove_folder): un-#if 0 + this. + (xfer_folder): add skeleton code to validate xfer request. always + notifies with PERMISSION_DENIED at present. + (populate_context_menu): un-#if 0 this. + (get_dnd_selection): same. + (destination_folder_handle_motion): new function. + (destination_folder_handle_drop): new function. + (factory_fn): create a EvolutionShellComponentDndDestinationFolder + interface, and add it to our shell component. + 2001-05-04 JP Rosevear * backend/pas/pas-backend-file.c -- cgit