cdbdee60fa
list may be incomplete): libbonobo 2.5.4 + bugs fixed + application init (Gustavo) + program arg translation (Anders, Hidetoshi) + featurelets + *Application* documentation (Gustavo) + better activation debugging (Rodrigo, Michael) libbonobo 2.5.3 + bugs fixed + regression tests problems (Gustavo) + AIX portability (Albert Chin-A-Young) + featurelets + improve b-a-s debug code (Michael) + use syslog for run-time spew (Michael Terry) libbonobo 2.5.2 + bugs fixed + _active query cache fix (Michael) + property bag logic bug fix (Dave Jones) + backwards compat dameon fix (Michael, Crispin Flowerday) + object directory fixes (Gustavo) + l10n docs fix (Martin Kretzschmar) + BonoboApplication fixes (Gustavo) + use environ not _environ for Solaris (Michael) + featurelets (Gustavo) + b-a-s tracks dead clients + updated tests
13 lines
482 B
Text
13 lines
482 B
Text
$NetBSD: patch-ab,v 1.4 2004/04/01 18:18:00 jmmv Exp $
|
|
|
|
--- activation-server/object-directory-config-file.h.orig 2003-12-08 21:20:24.000000000 +0000
|
|
+++ activation-server/object-directory-config-file.h
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#include <libxml/tree.h>
|
|
|
|
-#define SERVER_CONFIG_FILE "/bonobo-activation/bonobo-activation-config.xml"
|
|
+#define SERVER_CONFIG_FILE "/bonobo-activation-config.xml"
|
|
|
|
/* loads the information from oaf configuration file
|
|
in $sysconfdir/oaf/oaf-conf.xml.
|