]> git.0d.be Git - empathy.git/commitdiff
Removed dispatcher dup as it's been fixed.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 30 Jan 2009 17:35:37 +0000 (17:35 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:35:37 +0000 (17:35 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2356

tests/empetit.c

index 43fddcbe23aa12b8757c858de557dd20dc849986..76d0528d8822e0dab00257983c98dc5f9184024a 100644 (file)
@@ -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);
 }