gdbus: Fix trying to remove already removed sources
authorBastien Nocera <hadess@hadess.net>
Sat, 9 Nov 2013 17:02:57 +0000 (18:02 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 11 Nov 2013 09:07:20 +0000 (01:07 -0800)
commit8586946aeb491d1b300869dc91b6ad851eed42b2
tree6de96e82e8ff6731e44772269d206c56e6ad7208
parent50d496726bf043a7993d7160e35b9fa9e54ad5e9
gdbus: Fix trying to remove already removed sources

When we return FALSE from idle handlers, the source is removed.
This will be causing warnings in glib 2.40.

See https://bugzilla.gnome.org/show_bug.cgi?id=710724
gdbus/object.c