adium/adium

Don't create a dictionary with a nil object. Fixes #16400
adium-1.5.7
2013-05-30, Frank Dowsett
bfb34b4ffee0
Don't create a dictionary with a nil object. Fixes #16400
global HandyAdiumScripts
on run
tell application "Adium"
if (get name) is not "Adium" then error
end tell
end run