Ignore:
Timestamp:
03/30/12 15:26:43 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fleet retrieval and gate selection works, started new connection handling and the fsuipc simulator

File:
1 edited

Legend:

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

    r50 r51  
    251251    def beginBusy(self, message):
    252252        """Begin a period of background processing."""
    253         print dir(self._mainWindow)
    254253        self._mainWindow.get_window().set_cursor(self._busyCursor)
    255254        self._statusbar.updateBusyState(message)
     
    285284            self._writeLog(text)
    286285            self._stdioAfterNewLine = False
    287            
     286
    288287    def _connectToggled(self, button):
    289288        """Callback for the connection button."""
Note: See TracChangeset for help on using the changeset viewer.