aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-17 19:06:39 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-17 19:06:39 +0800
commitec5d0a0fab3c33f68efe32decf6a55f0b174a796 (patch)
tree186231a4ad5f0effabec6d76bf3b0ac3ce9848c4 /shell/evolution-shell-component.c
parent08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (diff)
downloadgsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.gz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.bz2
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.lz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.xz
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.zst
gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.zip
Cast this fucntion pointer.
2001-02-17 Christopher James Lahey <clahey@ximian.com> * 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
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 2 insertions, 0 deletions
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,