From 4b1cfd51be51cc0ff40a5439ea9bf008f71405e8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 6 Dec 2002 17:31:42 +0000 Subject: Change description passed to BONOBO_ACTIVATION_SHLIB_FACTORY to correctly say we are a factroy. svn path=/trunk/; revision=19042 --- my-evolution/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/component-factory.c') diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 6cfa41d7ba..ef45a3f627 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -160,4 +160,4 @@ factory (BonoboGenericFactory *this, return NULL; } -BONOBO_ACTIVATION_SHLIB_FACTORY (FACTORY_ID, "Evolution Summary component", factory, NULL) +BONOBO_ACTIVATION_SHLIB_FACTORY (FACTORY_ID, "Evolution Summary component factory", factory, NULL) -- cgit v1.2.3