Skip to content
Snippets Groups Projects
Commit 65ec746e authored by jimpp's avatar jimpp
Browse files

Fix ctrl + tab (get_control called with too much parameters)

parent 06856c2e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment