# HG changeset patch # User Sadrul Habib Chowdhury # Date 1271056248 0 # Node ID 48e15c705add0e4ab5d5b313664fdb37a54425d8 # Parent 87b166bd3760f098fde84af6e28c3a739bf87ac8 Fix typo, fix compile (on windows). diff -r 87b166bd3760 -r 48e15c705add pidgin/gtkeventloop.c --- 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);