diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-04-14 18:30:59 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-05-04 15:27:13 +0100 |
commit | 6c4c4f775808717aedcac74f6784e60ce2ecfcb3 (patch) | |
tree | e0d3b376a9a450825a09975d236aa62d0262b219 /src | |
parent | fbf0571b85096aa5ee09c0e43c28d79cbeab1411 (diff) |
Remove FIXME now that we have done so
Diffstat (limited to 'src')
-rw-r--r-- | src/client-registry.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client-registry.c b/src/client-registry.c index ff17fbaf..5a9f0da2 100644 --- a/src/client-registry.c +++ b/src/client-registry.c @@ -410,9 +410,6 @@ mcd_client_registry_constructed (GObject *object) DEBUG ("Starting to look for clients"); - /* FIXME: ideally, this would be a more specific match, using arg0prefix - * (when dbus-daemon supports that, which it doesn't yet) so we only get - * new clients. */ watch_clients (self); tp_cli_dbus_daemon_call_list_names (self->priv->dbus_daemon, -1, |