Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / StartAdium.applescript
blob060f68378c273d46a102dd3fd634014d73791feb
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 activate
6 end tell
7 tell application "System Events"
8 if not (exists application process "Adium") then error
9 end tell
10 end run