Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / GetChatsIndex.applescript
blob55b6d2b978edaa79189d2697b9076fa4b7818703
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 set newChatWindow to HandyAdiumScripts's makeNewChatWindow()
6 if (get index of chat 1 of newChatWindow) is not 1 then
7 close newChatWindow --restore
8 error
9 end
10 close newChatWindow --restore
11 end tell
12 end run