]> git.0d.be Git - empathy.git/commit
Retain the ContactManager for the lifetime of the main window.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 13 Oct 2010 18:36:05 +0000 (11:36 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 15 Oct 2010 21:14:45 +0000 (14:14 -0700)
commit2c5175128196c93f648b165bc7e155f5d9cef1c3
treef557ea7b16cffc5727c3d8f5f1304c2017309e09
parent1291ec05478f211d37479fc98904d9d3dda743b0
Retain the ContactManager for the lifetime of the main window.

The ContactManager doesn't cleanly disconnect its signals when it's finalized
(or initialized), so we need to retain it for the lifetime of the main window
to avoid segfaults. It's not worth fixing the ContactManager, since we're
planning to remove it.
src/empathy-main-window.c