diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-13 17:10:18 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-13 17:10:18 +0000 |
commit | dfbea2850a3b8c53afb2cecc133cb8c2efadd353 (patch) | |
tree | 31a352638c06f7b0cbecf6733c53bf45c5e1b13a /src/gui/gui-common.c | |
parent | 8a299adb3bcc80d64c9c8719fd4ab079ce382713 (diff) | |
download | weechat-dfbea2850a3b8c53afb2cecc133cb8c2efadd353.zip |
Fixed minor refresh bug in buffer clear function
Diffstat (limited to 'src/gui/gui-common.c')
-rw-r--r-- | src/gui/gui-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/gui-common.c b/src/gui/gui-common.c index 719276c53..814b6e0f1 100644 --- a/src/gui/gui-common.c +++ b/src/gui/gui-common.c @@ -288,8 +288,7 @@ gui_buffer_clear (t_gui_buffer *buffer) } } - if (buffer == gui_current_window->buffer) - gui_draw_buffer_chat (buffer, 1); + gui_draw_buffer_chat (buffer, 1); } /* |