From e3d6526b5a861f514e4b400f7e039f5b9cbee73d Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 2 Jun 2005 16:29:32 +0000 Subject: [PATCH] remove a comment, and previous bugfix thanks to rohan --- src/tabbed_chat_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 8ade2041d..221113840 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -322,7 +322,6 @@ class Tabbed_chat_window(chat.Chat): if self.plugin.queues[self.account].has_key(jid): - #TODO: python docs clai that qsize() can be unreliable pos = self.plugin.queues[self.account][jid].qsize() else: pos = 0