Changeset 135:940d8d54f6d6 for src/mlx
- Timestamp:
- 04/30/12 15:05:06 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/gui.py
r134 r135 447 447 # the simulator should provide a function disconnect 448 448 # with a final message 449 gobject.timeout_add(1 .0, self._disconnect)449 gobject.timeout_add(1000, self._disconnect) 450 450 451 451 def setRating(self, rating):
Note:
See TracChangeset
for help on using the changeset viewer.