Ignore:
Timestamp:
03/23/12 14:13:17 (12 years ago)
Author:
István Váradi <locvais@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Implemented busy state notification

File:
1 edited

Legend:

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

    r48 r49  
    179179    def _loginClicked(self, button):
    180180        """Called when the login button was clicked."""
     181        self._wizard.gui.beginBusy("Logging in...")
    181182        self._wizard.gui.webHandler.login(self._pilotID.get_text(),
    182183                                          self._password.get_text(),
     
    189190    def _handleLoginResult(self, returned, result):
    190191        """Handle the login result."""
     192        self._wizard.gui.endBusy()
    191193        if returned:
    192194            if result.loggedIn:
Note: See TracChangeset for help on using the changeset viewer.