]> git.0d.be Git - empathy.git/commit
chat: use empathy_signal_connect_weak to connect signal on the buffer
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 18 Mar 2010 14:50:32 +0000 (15:50 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 15:39:13 +0000 (17:39 +0200)
commitf5600abfa444ec8ccbca5ffb11c3e649e16f338e
tree23e34cd00c2775022f9859ae870a368cb910653e
parente3c822bf3b14a6a769353a35a137a0b0e183ac15
chat: use empathy_signal_connect_weak to connect signal on the buffer

The textview can't survive once the EmpathyChat has been destroyed but if for
some reason its buffer it's still alive, firing this signal leads to a crash
(#612363).
libempathy-gtk/empathy-chat.c