diff src/conversation.c @ 1431:0137bacd63c8

[gaim-migrate @ 1441] bah committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 27 Jan 2001 11:18:17 +0000
parents 00b3d02a2168
children 348a70e15f07
line wrap: on
line diff
--- a/src/conversation.c	Sat Jan 27 06:30:39 2001 +0000
+++ b/src/conversation.c	Sat Jan 27 11:18:17 2001 +0000
@@ -699,7 +699,7 @@
 	if (general_options & OPT_GEN_BACK_ON_IM) {
 		if (awaymessage != NULL) {
 			do_im_back();
-		} else {
+		} else if (c->gc->away) {
 			serv_set_away(c->gc, GAIM_AWAY_CUSTOM, NULL);
 		}
 	}