comparison 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
comparison
equal deleted inserted replaced
1400:476b24cdfa32 1401:bf041349b11e
704 quiet_set(c->fgcolorbtn, FALSE); 704 quiet_set(c->fgcolorbtn, FALSE);
705 quiet_set(c->bgcolorbtn, FALSE); 705 quiet_set(c->bgcolorbtn, FALSE);
706 quiet_set(c->link, FALSE); 706 quiet_set(c->link, FALSE);
707 707
708 if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) { 708 if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) {
709 do_im_back(); 709 serv_set_away(c->gc, GAIM_AWAY_CUSTOM, NULL);
710 } 710 }
711 711
712 gtk_widget_grab_focus(c->entry); 712 gtk_widget_grab_focus(c->entry);
713 g_free(buf2); 713 g_free(buf2);
714 g_free(buf); 714 g_free(buf);