eds: Don’t try and remove a non-existent timeout source
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Apr 2012 11:56:11 +0000 (12:56 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Apr 2012 15:08:21 +0000 (16:08 +0100)
commit6b70bd74429fab669fc0f82af8cb2ca98067147f
tree9b59b8f740e098057f9c8cf2e607a1bb14d6f570
parent37aa70f07c0496879419274e881a6fa05ec5d068
eds: Don’t try and remove a non-existent timeout source

In the case that the modify_contact() call fails, timeout_id will equal 0,
and GLib will complain when we try to remove it in the finally{} block.
backends/eds/lib/edsf-persona-store.vala