diff src/conversation.c @ 1401:bf041349b11e

[gaim-migrate @ 1411] abliity to set accounts away independent of each other. also allows for all the other states (like in yahoo and icq). probably breaks MSN, so don't use it until rob fixes it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Jan 2001 22:15:24 +0000
parents f6b0cf1f4c3b
children c0aa7fdc0a93
line wrap: on
line diff
--- a/src/conversation.c	Wed Jan 10 19:56:39 2001 +0000
+++ b/src/conversation.c	Wed Jan 10 22:15:24 2001 +0000
@@ -706,7 +706,7 @@
 	quiet_set(c->link, FALSE);
 
 	if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) {
-		do_im_back();
+		serv_set_away(c->gc, GAIM_AWAY_CUSTOM, NULL);
 	}
 
 	gtk_widget_grab_focus(c->entry);