Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / AdiumSupportsServices.applescript
blobfa7ca2e24d1c98c11f0b15ba13621d4ce58f7715
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 if (count services) is 0 then error
6 end tell
7 end run