remove hack I did for #5366, It was most probably due to #5375. see #5366, #5375

This commit is contained in:
Yann Leboulanger 2009-10-30 09:51:16 +01:00
parent bf9c6fb6a1
commit c91da54c9c
1 changed files with 0 additions and 3 deletions

View File

@ -764,9 +764,6 @@ class MessageWindow(object):
old_ctrl.set_control_active(False)
new_ctrl = self._widget_to_control(notebook.get_nth_page(page_num))
if not new_ctrl:
# This event is sometimes exposed without any reason. see #5366
return
new_ctrl.set_control_active(True)
self.show_title(control = new_ctrl)