From 8a2d8d7c22750a2a23f5bb7c55f0e0c346aadb12 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Jan 2009 17:35:37 +0000 Subject: [PATCH] Removed dispatcher dup as it's been fixed. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2356 --- tests/empetit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/empetit.c b/tests/empetit.c index 43fddcbe..76d0528d 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); } -- 2.39.2