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:
+1
-1
@@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user