comparison src/server.c @ 3749:ddc4bfd2c825

[gaim-migrate @ 3887] [16:57:26] <faceprint> arg. typing is borked (18:15:42) faceprint: that's the bugfix patch, 3-state-typing patch coming in a minute committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 18 Oct 2002 22:20:38 +0000
parents 03ba413ca20b
children f53370197bb9
comparison
equal deleted inserted replaced
3748:685104cca276 3749:ddc4bfd2c825
192 serv_touch_idle(gc); 192 serv_touch_idle(gc);
193 193
194 if (cnv && cnv->type_again_timeout) 194 if (cnv && cnv->type_again_timeout)
195 gtk_timeout_remove(cnv->type_again_timeout); 195 gtk_timeout_remove(cnv->type_again_timeout);
196 196
197 serv_send_typing(gc, name, FALSE);
198 return val; 197 return val;
199 } 198 }
200 199
201 void serv_get_info(struct gaim_connection *g, char *name) 200 void serv_get_info(struct gaim_connection *g, char *name)
202 { 201 {