Mercurial > pidgin
changeset 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 | 87b166bd3760 |
children | 0fb628a28e5c |
files | pidgin/gtkeventloop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);