Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / GetWindowIndex.applescript
blob822f47f724419021645a2c24622cd9998a420e88
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 if (get index of window 1) is not 1 then
6 --this is also indicative of a much larger problem
7 --check the sdef for an error with window's 'pidx' property
8 error
9 end
10 end tell
11 end run