summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-05-08 01:40:56 +0200
committermathieui <mathieui@mathieui.net>2015-05-08 01:41:03 +0200
commit5a88bd1c89436d2501071f17de0762dcde9daef6 (patch)
tree0118d442bd713dd9a5eb33b812f8f972a483b658 /src
parent96fdd5e7690cf93b08b077918b81910a90463e0a (diff)
downloadpoezio-5a88bd1c89436d2501071f17de0762dcde9daef6.tar.gz
poezio-5a88bd1c89436d2501071f17de0762dcde9daef6.tar.bz2
poezio-5a88bd1c89436d2501071f17de0762dcde9daef6.tar.xz
poezio-5a88bd1c89436d2501071f17de0762dcde9daef6.zip
Don’t call for resize on /set
Diffstat (limited to 'src')
-rw-r--r--src/core/commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/commands.py b/src/core/commands.py
index e0e426b2..d3bf8023 100644
--- a/src/core/commands.py
+++ b/src/core/commands.py
@@ -622,7 +622,6 @@ def command_set(self, args):
self.trigger_configuration_change(option, value)
elif len(args) > 3:
return self.command_help('set')
- self.call_for_resize()
self.information(*info)
@command_args_parser.quoted(1, 2)