From e5c639bde739a96f0d31a205fafbad1a154cac9b Mon Sep 17 00:00:00 2001 From: Sadrul Habib Chowdhury Date: Mon, 12 Apr 2010 07:10:48 +0000 Subject: [PATCH] Fix typo, fix compile (on windows). --HG-- extra : convert_revision : 262a8b23fdc8b8780c3c0c0ef61dcf9d4159e75f --- pidgin/gtkeventloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidgin/gtkeventloop.c b/pidgin/gtkeventloop.c index 9c01181d11..4192a539ca 100644 --- a/pidgin/gtkeventloop.c +++ b/pidgin/gtkeventloop.c @@ -60,7 +60,7 @@ static gboolean pidgin_io_invoke(GIOChannel *source, GIOCondition condition, gpo #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); -- 2.11.4.GIT