summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-chat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-04-23 17:23:17 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-04-23 17:23:17 +0200
commit70b0f12469560534fdb87b7c534495efb7079e69 (patch)
treec41bd9c9be9ffbaf536b9323be17d1fde96a32ce /src/gui/curses/gui-curses-chat.c
parent909fe8a2b5a751dd6a30768609c535594a745a58 (diff)
downloadweechat-70b0f12469560534fdb87b7c534495efb7079e69.zip
core: add buffer to hotlist if away is set on buffer (even if buffer is displayed) (task #10948), do not update hotlist during upgrade
Diffstat (limited to 'src/gui/curses/gui-curses-chat.c')
-rw-r--r--src/gui/curses/gui-curses-chat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c
index 13508be85..f1f28919f 100644
--- a/src/gui/curses/gui-curses-chat.c
+++ b/src/gui/curses/gui-curses-chat.c
@@ -1130,7 +1130,6 @@ gui_chat_draw (struct t_gui_buffer *buffer, int erase)
{
ptr_win->scroll->start_line = NULL;
ptr_win->scroll->start_line_pos = 0;
- gui_hotlist_remove_buffer (ptr_win->buffer);
}
/* cursor is below end line of chat window? */