Mercurial > pidgin.yaz
comparison pidgin/gtkeventloop.c @ 30123: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 |
comparison
equal
deleted
inserted
replaced
30122:87b166bd3760 | 30123:48e15c705add |
---|---|
58 #endif | 58 #endif |
59 | 59 |
60 #ifdef _WIN32 | 60 #ifdef _WIN32 |
61 if(! purple_cond) { | 61 if(! purple_cond) { |
62 #ifdef DEBUG | 62 #ifdef DEBUG |
63 purple_debug:misc("gtk_eventloop", | 63 purple_debug_misc("gtk_eventloop", |
64 "CLOSURE received GIOCondition of 0x%x, which does not" | 64 "CLOSURE received GIOCondition of 0x%x, which does not" |
65 " match 0x%x (READ) or 0x%x (WRITE)\n", | 65 " match 0x%x (READ) or 0x%x (WRITE)\n", |
66 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND); | 66 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND); |
67 #endif /* DEBUG */ | 67 #endif /* DEBUG */ |
68 | 68 |