summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-buffer.c')
-rw-r--r--src/gui/gui-buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c
index a85e7d944..b606b84fb 100644
--- a/src/gui/gui-buffer.c
+++ b/src/gui/gui-buffer.c
@@ -1434,6 +1434,8 @@ gui_buffer_clear (struct t_gui_buffer *buffer)
}
}
+ gui_hotlist_remove_buffer (buffer);
+
gui_buffer_ask_chat_refresh (buffer, 2);
}