libpurple/protocols/bonjour/mdns_win32.c

changeset 32157
39ba2e2492ee
parent 30825
87a79bbdc985
child 32326
3cf491d8cfce
--- a/libpurple/protocols/bonjour/mdns_win32.c	Sun Aug 21 07:57:28 2011 +0000
+++ b/libpurple/protocols/bonjour/mdns_win32.c	Sun Aug 21 08:00:53 2011 +0000
@@ -105,7 +105,7 @@
 		purple_debug_error("bonjour", "Error (%d) handling mDNS response.\n", errorCode);
 		/* This happens when the mDNSResponder goes down, I haven't seen it happen any other time (in my limited testing) */
 		if (errorCode == kDNSServiceErr_Unknown) {
-			purple_connection_error_reason(srh->account->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
+			purple_connection_error(srh->account->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
 				_("Error communicating with local mDNSResponder."));
 		}
 	}

mercurial