Changeset 233


Ignore:
Timestamp:
06/05/06 10:36:50 (18 years ago)
Author:
Nicholas Riley
Message:

StreamVision.py: fix zooming in iTunes (helps if I actually test before committing...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r232 r233  
    144144        systemEvents = app(id='com.apple.systemEvents')
    145145        frontName = systemEvents.processes.filter(its.frontmost)[1].name()
    146         if frontName is 'iTunes':
     146        if frontName == 'iTunes':
    147147            systemEvents.processes['iTunes'].menu_bars[1]. \
    148148                menu_bar_items['Window'].menus.menu_items['Zoom'].click()
Note: See TracChangeset for help on using the changeset viewer.