Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-05-18 23:51:58 +0400
committerjs <js-gajim@webkeks.org>2008-05-18 23:51:58 +0400
commitfcbb71a6d2a02924371bcf8dfad268f849f4dcc8 (patch)
tree596984c8593604534d9c42a8346d3688e53548bc
parent2be8792fd3a883fcd66215d6bcabfa42e55bbf7b (diff)
This shoudl fix tab completion in GC. For real now, I hope.
-rw-r--r--src/groupchat_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 567b74f0a..84b31fa0a 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -1886,7 +1886,7 @@ class GroupchatControl(ChatControlBase):
list_nick.insert(0, nick)
list_nick.remove(self.nick) # Skip self
- list_nick.reverse()
+ list_nick.sort()
for nick in list_nick:
if nick.lower().startswith(begin.lower()):
# the word is the begining of a nick