aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-12-07 01:31:42 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-12-07 01:31:42 +0800
commit4b1cfd51be51cc0ff40a5439ea9bf008f71405e8 (patch)
tree7de2fb607d8898186fd7c487ca3d6ccb33777973
parent37751b5ece11dfa79a4175ec87f72670579d18ea (diff)
downloadgsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar.gz
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar.bz2
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar.lz
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar.xz
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.tar.zst
gsoc2013-evolution-4b1cfd51be51cc0ff40a5439ea9bf008f71405e8.zip
Change description passed to
BONOBO_ACTIVATION_SHLIB_FACTORY to correctly say we are a factroy. svn path=/trunk/; revision=19042
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/component-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 0dc8059a9a..c88fa3b719 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-06 Ettore Perazzoli <ettore@ximian.com>
+
+ * component-factory.c: Change description passed to
+ BONOBO_ACTIVATION_SHLIB_FACTORY to correctly say we are a factroy.
+
2002-12-04 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
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)