libpurple/protocols/msn/cmdproc.c

changeset 15884
4de1981757fc
parent 15435
4b933b06d75e
child 16183
92409c474659
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 19859
71d37b57eff2
child 20478
46933dc62880
child 20576
285daffed81f
--- a/libpurple/protocols/msn/cmdproc.c	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/msn/cmdproc.c	Mon Mar 19 07:01:17 2007 +0000
@@ -1,9 +1,9 @@
 /**
  * @file cmdproc.c MSN command processor functions
  *
- * gaim
+ * purple
  *
- * Gaim is the legal property of its developers, whose names are too numerous
+ * Purple is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
  * source distribution.
  *
@@ -94,7 +94,7 @@
 		show[len - 2] = '\0';
 	}
 
-	gaim_debug_misc("msn", "%c: %s %03d: %s\n", tmp,
+	purple_debug_misc("msn", "%c: %s %03d: %s\n", tmp,
 					names[servconn->type], servconn->num, show);
 
 	g_free(show);
@@ -230,7 +230,7 @@
 
 	if (msn_message_get_content_type(msg) == NULL)
 	{
-		gaim_debug_misc("msn", "failed to find message content\n");
+		purple_debug_misc("msn", "failed to find message content\n");
 		return;
 	}
 
@@ -239,7 +239,7 @@
 
 	if (cb == NULL)
 	{
-		gaim_debug_warning("msn", "Unhandled content-type '%s'\n",
+		purple_debug_warning("msn", "Unhandled content-type '%s'\n",
 						   msn_message_get_content_type(msg));
 
 		return;
@@ -259,7 +259,7 @@
 
 	if (trans != NULL)
 		if (trans->timer)
-			gaim_timeout_remove(trans->timer);
+			purple_timeout_remove(trans->timer);
 
 	if (g_ascii_isdigit(cmd->command[0]))
 	{
@@ -285,7 +285,7 @@
 #if 1
 				msn_error_handle(cmdproc->session, error);
 #else
-				gaim_debug_warning("msn", "Unhandled error '%s'\n",
+				purple_debug_warning("msn", "Unhandled error '%s'\n",
 								   cmd->command);
 #endif
 			}
@@ -314,7 +314,7 @@
 	}
 	else
 	{
-		gaim_debug_warning("msn", "Unhandled command '%s'\n",
+		purple_debug_warning("msn", "Unhandled command '%s'\n",
 						   cmd->command);
 	}
 

mercurial