diff libpurple/protocols/bonjour/bonjour.c @ 20816:efa448405f3d

Remove explicit setting of wants_to_die from prpls.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 09 Oct 2007 13:42:15 +0000
parents c40416c4eca6
children bbcc9e206c43
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.c	Tue Oct 09 13:36:08 2007 +0000
+++ b/libpurple/protocols/bonjour/bonjour.c	Tue Oct 09 13:42:15 2007 +0000
@@ -102,7 +102,6 @@
 
 #ifdef _WIN32
 	if (!dns_sd_available()) {
-		gc->wants_to_die = TRUE;
 		purple_connection_error_reason(gc, PURPLE_REASON_OTHER_ERROR,
 			_("The Apple Bonjour For Windows toolkit wasn't found, see the FAQ at: "
 			  "http://developer.pidgin.im/wiki/Using%20Pidgin#CanIusePidginforBonjourLink-LocalMessaging"