comparison src/conversation.c @ 1403:c0aa7fdc0a93

[gaim-migrate @ 1413] hrm. i wonder if this is going to work well. we'll see i guess. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 12 Jan 2001 03:02:20 +0000
parents bf041349b11e
children a3e472534370
comparison
equal deleted inserted replaced
1402:65f4a0325022 1403:c0aa7fdc0a93
703 quiet_set(c->font, FALSE); 703 quiet_set(c->font, FALSE);
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) {
709 serv_set_away(c->gc, GAIM_AWAY_CUSTOM, NULL); 709 if (awaymessage != NULL) {
710 do_im_back();
711 } else {
712 serv_set_away(c->gc, GAIM_AWAY_CUSTOM, NULL);
713 }
710 } 714 }
711 715
712 gtk_widget_grab_focus(c->entry); 716 gtk_widget_grab_focus(c->entry);
713 g_free(buf2); 717 g_free(buf2);
714 g_free(buf); 718 g_free(buf);