Ignore:
Timestamp:
03/23/12 13:31:41 (12 years ago)
Author:
István Váradi <locvais@…>
Branch:
default
Phase:
public
Message:

Flight selection works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r47 r48  
    725725        """Called when the current page of the notebook has changed."""
    726726        if page_num==0:
    727             self._wizard.grabDefault()
     727            gobject.idle_add(self._wizard.grabDefault)
    728728        elif page_num==1:
    729             self._connectButton.grab_default()
     729            gobject.idle_add(self._connectButton.grab_default)
    730730        else:
    731731            self._mainWindow.set_default(None)
Note: See TracChangeset for help on using the changeset viewer.