comparison src/buddy_chat.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents 736951485ac6
children cfbdfe334975
comparison
equal deleted inserted replaced
3465:ec437d73b2ee 3466:7a3f16a375a5
314 } 314 }
315 315
316 316
317 static void do_invite(GtkWidget *w, struct conversation *b) 317 static void do_invite(GtkWidget *w, struct conversation *b)
318 { 318 {
319 char *buddy; 319 const char *buddy;
320 char *mess; 320 const char *mess;
321 321
322 if (!b->is_chat) { 322 if (!b->is_chat) {
323 debug_printf("do_invite: expecting chat, got IM\n"); 323 debug_printf("do_invite: expecting chat, got IM\n");
324 return; 324 return;
325 } 325 }