diff pidgin/gtkeventloop.c @ 29712:48e15c705add

Fix typo, fix compile (on windows).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 12 Apr 2010 07:10:48 +0000
parents fd2d15e57763
children
line wrap: on
line diff
--- a/pidgin/gtkeventloop.c	Mon Apr 12 06:49:00 2010 +0000
+++ b/pidgin/gtkeventloop.c	Mon Apr 12 07:10:48 2010 +0000
@@ -60,7 +60,7 @@
 #ifdef _WIN32
 	if(! purple_cond) {
 #ifdef DEBUG
-		purple_debug:misc("gtk_eventloop",
+		purple_debug_misc("gtk_eventloop",
 			   "CLOSURE received GIOCondition of 0x%x, which does not"
 			   " match 0x%x (READ) or 0x%x (WRITE)\n",
 			   condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND);