src/buddy_chat.c

changeset 375
00b01b41e3e7
parent 373
09d69323a5b6
child 391
677e4414a83f
equal deleted inserted replaced
374:3f63857423bd 375:00b01b41e3e7
403 serv_chat_send(b->id, buf); 403 serv_chat_send(b->id, buf);
404 404
405 gtk_widget_grab_focus(GTK_WIDGET(b->entry)); 405 gtk_widget_grab_focus(GTK_WIDGET(b->entry));
406 406
407 serv_set_idle(0); 407 serv_set_idle(0);
408
409 if ((general_options & OPT_GEN_BACK_ON_IM) && awaymessage != NULL) {
410 do_im_back();
411 }
408 } 412 }
409 413
410 414
411 static gboolean chat_keypress_callback(GtkWidget *entry, GdkEventKey *event, struct buddy_chat *c) 415 static gboolean chat_keypress_callback(GtkWidget *entry, GdkEventKey *event, struct buddy_chat *c)
412 { 416 {

mercurial