diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/plugins/script/script-command.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -79,6 +79,8 @@ Version 0.4.0 (under dev!) * relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270) * relay: add missing "ssl." in output of /relay listrelay +* script: fix scroll with mouse when window with script buffer is not the + current window (do not force a switch to script buffer in current window) * script: fix compilation on OS X * xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN * xfer: display remote IP address for DCC chat/file (task #12289) diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index 2631e3636..b785969a1 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -209,8 +209,6 @@ script_command_script (void *data, struct t_gui_buffer *buffer, int argc, if (script_buffer) { - weechat_buffer_set (script_buffer, "display", "1"); - if (argc > 1) { if (!script_buffer_detail_script |