pidgin/gtkeventloop.c

changeset 35859
3d157ce203ed
parent 35856
1777950ff49f
child 38352
7b6c89006e93
equal deleted inserted replaced
35858:ec92c3bfaf27 35859:3d157ce203ed
50 closure->result, g_io_channel_unix_get_fd(source)); 50 closure->result, g_io_channel_unix_get_fd(source));
51 #endif 51 #endif
52 52
53 #ifdef _WIN32 53 #ifdef _WIN32
54 if(! purple_cond) { 54 if(! purple_cond) {
55 #ifdef DEBUG 55 #if 0
56 purple_debug_misc("gtk_eventloop", 56 purple_debug_misc("gtk_eventloop",
57 "CLOSURE received GIOCondition of 0x%x, which does not" 57 "CLOSURE received GIOCondition of 0x%x, which does not"
58 " match 0x%x (READ) or 0x%x (WRITE)\n", 58 " match 0x%x (READ) or 0x%x (WRITE)\n",
59 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND); 59 condition, PIDGIN_READ_COND, PIDGIN_WRITE_COND);
60 #endif /* DEBUG */ 60 #endif /* DEBUG */

mercurial