adium/adium

merge this stray commit.

2012-04-24, Frank Dowsett
dd319b165310
merge this stray commit.
global HandyAdiumScripts
on run
tell application "Adium"
try
set id of window 1 to 4983
error
on error number num
if num is -2700 then error
end try
end tell
end run