From 65ec746e4f52dc020d5823c9f3aed719390e4693 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Fri, 27 Jun 2008 10:00:27 +0000 Subject: [PATCH] Fix ctrl + tab (get_control called with too much parameters) --- src/message_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message_window.py b/src/message_window.py index 7abb12abb..66d8fcf88 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -623,7 +623,7 @@ class MessageWindow(object): ind = ind - 1 if ind < 0: ind = self.notebook.get_n_pages() - 1 - ctrl = self.get_control(ind, None, None) + ctrl = self.get_control(ind, None) if ctrl.get_nb_unread() > 0: found = True break # found