diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-01-31 01:35:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:35:37 +0800 |
commit | 8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12 (patch) | |
tree | f9f75d8c4fcb090534f54021d14e178f1b45422e | |
parent | 3c5f909c81c81e1182bc30a4c46dbd37cdd0252c (diff) | |
download | gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar.gz gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar.bz2 gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar.lz gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar.xz gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.tar.zst gsoc2013-empathy-8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12.zip |
Removed dispatcher dup as it's been fixed.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2356
-rw-r--r-- | tests/empetit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/empetit.c b/tests/empetit.c index 43fddcbe2..76d0528d8 100644 --- a/tests/empetit.c +++ b/tests/empetit.c @@ -42,10 +42,6 @@ clicked_cb (GtkButton *button, if (!contact) return; - /* This is required otherwise the dispatcher isn't ref'd, and so it - * disappears by the time the callback gets called. It's deliberately not - * freed otherwise it segfaults... sigh */ - empathy_dispatcher_dup_singleton (); empathy_dispatcher_chat_with_contact (contact, chat_cb, NULL); } |