summaryrefslogtreecommitdiffstats
path: root/bus/test-main.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-06 00:14:06 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-06 00:14:06 +0000
commit88f69757b93c7112447b97868c7dbde69dc00caa (patch)
tree9ef0fc3aeb2fee16a193719e7881f4af55c23dfd /bus/test-main.c
parent57657889128dc54069525cce47bce51365dbde0f (diff)
* 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
Diffstat (limited to 'bus/test-main.c')
-rw-r--r--bus/test-main.c2
1 files changed, 1 insertions, 1 deletions
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