src/protocols/bonjour/jabber.c

changeset 14117
760e247123ee
parent 13972
50b7226d8519
--- a/src/protocols/bonjour/jabber.c	Mon Aug 07 23:10:37 2006 +0000
+++ b/src/protocols/bonjour/jabber.c	Tue Aug 08 00:25:19 2006 +0000
@@ -359,7 +359,7 @@
 	 * using a magic string, but xmlnode won't play nice when just
 	 * parsing an end tag
 	 */
-	if (g_str_has_prefix(message, STREAM_END) || (closed_conversation == TRUE)) {
+	if (gaim_str_has_prefix(message, STREAM_END) || (closed_conversation == TRUE)) {
 		/* Close the socket, clear the watcher and free memory */
 		if (bb->conversation != NULL) {
 			close(bb->conversation->socket);

mercurial