From ec5d0a0fab3c33f68efe32decf6a55f0b174a796 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 17 Feb 2001 11:06:39 +0000 Subject: Cast this fucntion pointer. 2001-02-17 Christopher James Lahey * e-shell-view-menu.c (file_verbs): Cast this fucntion pointer. * e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling here. * evolution-shell-component.c (impl_ShellComponent_async_copy_folder): Commented out this unused function. * evolution-storage.c (storage_gtk_to_corba_result): Removed an unused variable here. * importer/importer.c: Include gal/widets/e-gui-utils.h. svn path=/trunk/; revision=8269 --- shell/evolution-shell-component.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-component.c') diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index b35e85c7c7..d5588d6973 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -267,6 +267,7 @@ impl_ShellComponent_async_remove_folder (PortableServer_Servant servant, (* priv->remove_folder_fn) (shell_component, physical_uri, listener, priv->closure); } +#if 0 static void impl_ShellComponent_async_copy_folder (PortableServer_Servant servant, const GNOME_Evolution_ShellComponentListener listener, @@ -297,6 +298,7 @@ impl_ShellComponent_async_copy_folder (PortableServer_Servant servant, listener, priv->closure); } +#endif static void impl_ShellComponent_populate_folder_context_menu (PortableServer_Servant servant, -- cgit v1.2.3