diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-09-06 00:14:06 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-09-06 00:14:06 +0000 |
commit | 88f69757b93c7112447b97868c7dbde69dc00caa (patch) | |
tree | 9ef0fc3aeb2fee16a193719e7881f4af55c23dfd /bus/activation.c | |
parent | 57657889128dc54069525cce47bce51365dbde0f (diff) | |
download | dbus-88f69757b93c7112447b97868c7dbde69dc00caa.tar.gz |
* 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/activation.c')
-rw-r--r-- | bus/activation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/activation.c b/bus/activation.c index 7b7afe8a..e1fe2954 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -1017,7 +1017,7 @@ bus_activation_send_pending_auto_activation_messages (BusActivation *activation } /** - * FIXME @todo the error messages here would ideally be preallocated + * FIXME @todo 1.0? the error messages here would ideally be preallocated * so we don't need to allocate memory to send them. * Using the usual tactic, prealloc an OOM message, then * if we can't alloc the real error send the OOM error instead. |