From 88f69757b93c7112447b97868c7dbde69dc00caa Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 6 Sep 2006 00:14:06 +0000 Subject: * doc/TODO, various source files: Audited todo's and FIXME's and prepended the ones we should be looking at with 1.0. Those prepended with 1.0? need clerification or might not be needed for 1.0 --- bus/test-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/test-main.c') diff --git a/bus/test-main.c b/bus/test-main.c index 1228ae94..9c52fdbf 100644 --- a/bus/test-main.c +++ b/bus/test-main.c @@ -94,7 +94,7 @@ main (int argc, char **argv) _dbus_string_init_const (&test_data_dir, dir); #if 0 - /* FIXME this is disabled because of thread bugs that need fixing... */ + /* FIXME 1.0 this is disabled because of thread bugs that need fixing... */ if (!_dbus_threads_init_debug ()) die ("initializing debug threads"); #endif -- cgit