| 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); |