diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2012-05-29 15:52:16 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2012-05-29 16:01:01 +0800 |
commit | 6722d80f683accae86977fc538069889f6f1918a (patch) | |
tree | 4d5aed225434c0cdf17b5e2d3daf0cd33aefe9ce | |
parent | 5c5aed18fd1d54352fb835b10693bc69b0a13d5c (diff) | |
download | gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar.gz gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar.bz2 gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar.lz gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar.xz gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.tar.zst gsoc2013-empathy-6722d80f683accae86977fc538069889f6f1918a.zip |
The comment should have been removed with the contact manager
-rw-r--r-- | src/empathy-roster-window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index efc5533e9..f614a806b 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -2239,10 +2239,6 @@ empathy_roster_window_init (EmpathyRosterWindow *self) self->priv->throbber, FALSE, TRUE, 0); - /* XXX: this class is designed to live for the duration of the program, - * so it's got a race condition between its signal handlers and its - * finalization. The class is planned to be removed, so we won't fix - * this before then. */ self->priv->individual_manager = empathy_individual_manager_dup_singleton (); if (!empathy_individual_manager_get_contacts_loaded ( |