comparison src/gtkconv.c @ 5629:e2ff6f156917

[gaim-migrate @ 6036] there are probably a lot of these committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Jun 2003 04:25:17 +0000
parents e2f2d8857f9f
children 62f57ec16f29
comparison
equal deleted inserted replaced
5628:9a34e950792e 5629:e2ff6f156917
461 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM) 461 if (gaim_conversation_get_type(conv) == GAIM_CONV_IM)
462 gaim_im_send(GAIM_IM(conv), buf); 462 gaim_im_send(GAIM_IM(conv), buf);
463 else 463 else
464 gaim_chat_send(GAIM_CHAT(conv), buf); 464 gaim_chat_send(GAIM_CHAT(conv), buf);
465 465
466 if (gaim_prefs_get_bool("/gaim/gtk/conversations/hide_on_send")) 466 if (gaim_prefs_get_bool("/gaim/gtk/conversations/im/hide_on_send"))
467 gaim_window_hide(gaim_conversation_get_window(conv)); 467 gaim_window_hide(gaim_conversation_get_window(conv));
468 468
469 g_free(buf); 469 g_free(buf);
470 470
471 gtk_text_buffer_set_text(gtkconv->entry_buffer, "", -1); 471 gtk_text_buffer_set_text(gtkconv->entry_buffer, "", -1);