Ignore:
Timestamp:
03/30/08 17:38:32 (16 years ago)
Author:
Nicholas Riley
Message:

Add Amua icon to banned/loved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r415 r458  
    178178            if increment < 0:
    179179                AmuaApp().ban_song()
    180                 growlNotify('Banned song.', '')
     180                growlNotify('Banned song.', '', icon_of_application='Amua.app')
    181181            else:
    182182                AmuaApp().love_song()
    183                 growlNotify('Loved song.', '')
     183                growlNotify('Loved song.', '', icon_of_application='Amua.app')
    184184            return
    185185        rating = iTunes.current_track.rating()
Note: See TracChangeset for help on using the changeset viewer.