diff 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
line wrap: on
line diff
--- a/src/conversation.c	Sat Jun 10 02:19:05 2000 +0000
+++ b/src/conversation.c	Sat Jun 10 03:11:54 2000 +0000
@@ -510,7 +510,7 @@
 	if (c->makesound && (sound_options & OPT_SOUND_SEND))
 		play_sound(SEND);
 
-	if (awaymessage != NULL) {
+	if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) {
 		do_im_back();
 	}