diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-09-11 17:41:21 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-09-11 17:41:21 +0000 |
commit | 15c60238853f2896738c23b53e574b5d9cae1635 (patch) | |
tree | da76c64f70c5d51bfb477cb02cca30dd534f9b0c /bus/activation.c | |
parent | 9cfb902807e2b568a27227fb11d757ac5cdb3aae (diff) | |
download | dbus-15c60238853f2896738c23b53e574b5d9cae1635.tar.gz |
* remove a bunch of todo items from the 1.0 list
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 fa439c41..8f9d653f 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -1017,7 +1017,7 @@ bus_activation_send_pending_auto_activation_messages (BusActivation *activation } /** - * FIXME @todo 1.0? the error messages here would ideally be preallocated + * FIXME @todo 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. |