diff pidgin/plugins/crazychat/util.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/util.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/plugins/crazychat/util.h	Mon Mar 19 07:01:17 2007 +0000
@@ -33,7 +33,7 @@
 #define Debug(x, args...)						\
 	do {								\
 		printf(x, ## args);					\
-		gaim_debug(GAIM_DEBUG_INFO, "crazychat", x, ## args);	\
+		purple_debug(PURPLE_DEBUG_INFO, "crazychat", x, ## args);	\
 	} while (0)
 #else
 #define Debug(x, args...) do{}while(0)