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/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/connection.c') diff --git a/bus/connection.c b/bus/connection.c index d15a4266..d05b7756 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -183,7 +183,7 @@ bus_connection_disconnected (DBusConnection *connection) bus_matchmaker_disconnected (matchmaker, connection); } - /* Drop any service ownership. FIXME Unfortunately, this requires + /* Drop any service ownership. FIXME 1.0? Unfortunately, this requires * memory allocation and there doesn't seem to be a good way to * handle it other than sleeping; we can't "fail" the operation of * disconnecting a client, and preallocating a broadcast "service is -- cgit