aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/evolution-services
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-15 05:29:56 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-15 05:29:56 +0800
commit6facd92e17699de1e036eab4be02b09e00f3d6de (patch)
tree12bea7249827f96724b1ac3040caa332e0de29fc /executive-summary/evolution-services
parent1632c6dcb541461537fece07477fea00744df9bb (diff)
downloadgsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar.gz
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar.bz2
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar.lz
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar.xz
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.tar.zst
gsoc2013-evolution-6facd92e17699de1e036eab4be02b09e00f3d6de.zip
Removed this unused function.
2001-02-14 Christopher James Lahey <clahey@ximian.com> * component/component-factory.c (component_destroy_cb): Removed this unused function. * evolution-services/executive-summary-html-view.c (impl_GNOME_Evolution_Summary_HTMLView_handleURI): Changed the declaration of this function to match the signature in the generated header file. * test-service/rdf-summary.c (property_control): Added a cast here. svn path=/trunk/; revision=8227
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r--executive-summary/evolution-services/executive-summary-html-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-html-view.c b/executive-summary/evolution-services/executive-summary-html-view.c
index 8a3498cdd8..45f2e86c16 100644
--- a/executive-summary/evolution-services/executive-summary-html-view.c
+++ b/executive-summary/evolution-services/executive-summary-html-view.c
@@ -97,7 +97,7 @@ impl_GNOME_Evolution_Summary_HTMLView_getHtml (PortableServer_Servant servant,
static void
impl_GNOME_Evolution_Summary_HTMLView_handleURI (PortableServer_Servant servant,
- CORBA_char *uri,
+ const CORBA_char *uri,
CORBA_Environment *ev)
{
BonoboObject *bonobo_object;