Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / FrontmostGetsSetCorrectly.applescript
blob922a9bf05e2be82214747c54474d42ce1c3a026a
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 activate
6 if not (get frontmost) then error --more of an error with Apple's stuff, but hey, I can still check for it.
7 end tell
8 end run