Mercurial > pidgin
comparison src/proxy.c @ 2477:8530d4d72fab
[gaim-migrate @ 2490]
this way we can do our own check. isn't that nice
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 10 Oct 2001 20:23:25 +0000 |
parents | 2927c2c26fe6 |
children | 642413968b03 |
comparison
equal
deleted
inserted
replaced
2476:ec21ec04cdeb | 2477:8530d4d72fab |
---|---|
110 } | 110 } |
111 | 111 |
112 void gaim_input_remove(gint tag) | 112 void gaim_input_remove(gint tag) |
113 { | 113 { |
114 debug_printf("CLOSURE: removing input watcher %d\n", tag); | 114 debug_printf("CLOSURE: removing input watcher %d\n", tag); |
115 g_source_remove(tag); | 115 if (tag > 0) |
116 g_source_remove(tag); | |
116 } | 117 } |
117 | 118 |
118 static void no_one_calls(gpointer data, gint source, GaimInputCondition cond) | 119 static void no_one_calls(gpointer data, gint source, GaimInputCondition cond) |
119 { | 120 { |
120 struct PHB *phb = data; | 121 struct PHB *phb = data; |