Changeset 9851

Show
Ignore:
Timestamp:
06/27/08 12:00:27 (2 months ago)
Author:
jim++
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/message_window.py

    r9848 r9851  
    624624                                if ind < 0: 
    625625                                        ind = self.notebook.get_n_pages() - 1 
    626                         ctrl = self.get_control(ind, None, None) 
     626                        ctrl = self.get_control(ind, None) 
    627627                        if ctrl.get_nb_unread() > 0: 
    628628                                found = True