adium/adium

6194bf1c1f66
Update version number in Info.plist. Add a ticket number to Changes.txt.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name of window "Contacts") is not "Contacts" then
--this is actually indicative of complicated AS problem
--It will most likely involve changing the sdef so that
--the windows's pnam is set correctly
error
end
end tell
end run