]> git.0d.be Git - empathy.git/commit
dispatch-operation: fix a race by waiting that TpCall is ready
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Jun 2010 10:24:22 +0000 (12:24 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Jun 2010 11:00:13 +0000 (13:00 +0200)
commit52bb570645883d3920f4950aa1dca8f6d88b4b32
tree46d3a93bd9215ce920dbdbc462af4d516a8987a6
parent63b5db096a4a8e706bf9d2b7043aa6c9fe5d5697
dispatch-operation: fix a race by waiting that TpCall is ready

The call handler constructor rely on the TpCall to be ready (to fetch the
EmpathyContact associated with the call). If things are going fast (by
skipping the approving of the call and handling it right away for example) it
may no be ready yet.
libempathy/empathy-dispatch-operation.c