Changeset 200 for trunk/StreamVision/StreamVision.py
- Timestamp:
- 11/10/05 06:10:30 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r199 r200 128 128 iTunes.playpause() 129 129 if HAVE_XTENSION: 130 if iTunes.player_state () == k.playing:130 if iTunes.player_state.get() == k.playing: 131 131 XTensionApp().turnon('Stereo') 132 132 else:
Note:
See TracChangeset
for help on using the changeset viewer.