Ignore:
Timestamp:
09/30/12 07:16:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The in-flight stage messages can be controlled separately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fs.py

    r314 r315  
    120120
    121121    def _sendMessage(self, messageType, text, duration, disconnect):
    122         """Send the message and setup the next message time."""
     122        """Send the message and setup the next message time."""       
    123123        messageLevel = self._config.getMessageTypeLevel(messageType)
    124124        if messageLevel==const.MESSAGELEVEL_SOUND or \
     
    135135                self._simulator.sendMessage("[MLX] " + text,
    136136                                            duration = duration)
    137         elif disconnecte:
     137        elif disconnect:
    138138            self._simulator.disconnect()
    139139        self._nextMessageTime = time.time() + duration
Note: See TracChangeset for help on using the changeset viewer.