]> git.0d.be Git - empathy.git/commit
debug-window: prevent using the store when disposing
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 3 Feb 2014 18:02:12 +0000 (19:02 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 5 Feb 2014 12:54:06 +0000 (13:54 +0100)
commit7c86586442819aa47a4672671211d31cb8e2461a
tree593d6cd2e1b19ef91ae6379288aed8dc8e9d4fb8
parent853493de898bef9428e1188ba8c07eb9915c977a
debug-window: prevent using the store when disposing

Using g_signal_connect_object() isn't enought as it prevents from calling the
callback when the windows has been destroyed but not while disposing it.

https://bugzilla.gnome.org/show_bug.cgi?id=692793
src/empathy-debug-window.c