Changeset 458 for trunk/StreamVision/StreamVision.py
- Timestamp:
- 03/30/08 17:38:32 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r415 r458 178 178 if increment < 0: 179 179 AmuaApp().ban_song() 180 growlNotify('Banned song.', '' )180 growlNotify('Banned song.', '', icon_of_application='Amua.app') 181 181 else: 182 182 AmuaApp().love_song() 183 growlNotify('Loved song.', '' )183 growlNotify('Loved song.', '', icon_of_application='Amua.app') 184 184 return 185 185 rating = iTunes.current_track.rating()
Note:
See TracChangeset
for help on using the changeset viewer.