From 8918163609e55f6837722ff5c06b54fd0e316c9d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 23 Nov 2011 19:48:19 +0100 Subject: =?UTF-8?q?Nick=20completion=20doesn=E2=80=99t=20add=20a=20space?= =?UTF-8?q?=20after?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index 23d30a8c..d08a8188 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -963,7 +963,7 @@ class MucTab(ChatTab): self.input.get_text()[:input_pos] == self.input.last_completion + after): add_after = after else: - add_after = ' ' + add_after = '' self.input.auto_completion(word_list, add_after, quotify=False) empty_after = self.input.get_text() == '' or (self.input.get_text().startswith('/') and not self.input.get_text().startswith('//')) self.send_composing_chat_state(empty_after) -- cgit v1.2.3