im.pidgin.pidgin: 83dfe33f2a0bc4a70f870e1fc108bc08f7ede506

datallah at pidgin.im datallah at pidgin.im
Mon Oct 8 10:30:42 EDT 2007


revision:            83dfe33f2a0bc4a70f870e1fc108bc08f7ede506
date:                2007-10-08T14:26:41
author:              datallah at pidgin.im
branch:              im.pidgin.pidgin
changelog:
Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop.

manifest:
format_version "1"

new_manifest [34c32c8cd7f84cdb7e656f82164d06278c58c119]

old_revision [8ea56bd2b50199c3ddaa49182dbce3972cde7133]

patch "libpurple/protocols/bonjour/parser.c"
 from [d1a8b9e6cd20ffc135a638d6a6dd9425dde7261e]
   to [d5decc6fae95d542db0e4f7c7d9c5d50240881e4]
-------------- next part --------------
============================================================
--- libpurple/protocols/bonjour/parser.c	d1a8b9e6cd20ffc135a638d6a6dd9425dde7261e
+++ libpurple/protocols/bonjour/parser.c	d5decc6fae95d542db0e4f7c7d9c5d50240881e4
@@ -101,7 +101,7 @@ bonjour_parser_element_end_libxml(void *
 		if(!xmlStrcmp(element_name, (xmlChar*) "stream")) {
 			/* Asynchronously close the conversation to prevent bonjour_parser_setup()
 			 * being called from within this context */
-			g_idle_add(_async_bonjour_jabber_stream_ended_cb, pb);
+			purple_timeout_add(0, _async_bonjour_jabber_stream_ended_cb, pb);
 		}
 		return;
 	}


More information about the Commits mailing list