1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Fixed display bug: now redraws all DCC view when one or more DCC status are modified

This commit is contained in:
Sebastien Helleu
2004-09-28 21:33:54 +00:00
parent ce7f24ecc1
commit d79dc3233a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ char *dcc_status_string[] = /* strings for DCC status */
void
dcc_redraw (int highlight)
{
gui_draw_buffer_chat (gui_get_dcc_buffer (), 0);
gui_redraw_buffer (gui_get_dcc_buffer ());
if (highlight)
{
hotlist_add (highlight, gui_get_dcc_buffer ());