[monkey-bubble: 401/753] Added a comment about boot_ditem().



commit 3916491499cc4a428895f4f472b37570059d4857
Author: Martin Baulig <martin src gnome org>
Date:   Fri Jun 8 13:12:46 2001 +0000

    Added a comment about boot_ditem().

 monikers/test-ditem.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/monikers/test-ditem.c b/monikers/test-ditem.c
index d96a116..a311f42 100644
--- a/monikers/test-ditem.c
+++ b/monikers/test-ditem.c
@@ -15,6 +15,11 @@ boot_ditem (Bonobo_ConfigDatabase db)
 	bonobo_pbclient_set_value (db, "/Desktop Entry", arg, NULL);
 	bonobo_arg_release (arg);
 
+	/* For some strange reason, this function causes the config moniker
+	 * (bonobo-config-xmldb) to crash after successfully writing the file.
+	 * So call this function to initialize the file and the comment it out.
+	 */
+
 	CORBA_exception_init (&ev);
 	Bonobo_ConfigDatabase_sync (db, &ev);
 	CORBA_exception_free (&ev);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]