comparison src/conversation.c @ 375:1eae69f076d2

[gaim-migrate @ 385] option to have you come back when you send an IM or not committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Jun 2000 03:11:54 +0000
parents 1d29321843b0
children 5e16d37b48bf
comparison
equal deleted inserted replaced
374:7493af3a4ce2 375:1eae69f076d2
508 quiet_set(c->link, FALSE); 508 quiet_set(c->link, FALSE);
509 509
510 if (c->makesound && (sound_options & OPT_SOUND_SEND)) 510 if (c->makesound && (sound_options & OPT_SOUND_SEND))
511 play_sound(SEND); 511 play_sound(SEND);
512 512
513 if (awaymessage != NULL) { 513 if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) {
514 do_im_back(); 514 do_im_back();
515 } 515 }
516 516
517 set_font_face(NULL, c); 517 set_font_face(NULL, c);
518 518