adium/adium

We're releasing, silly.
adium-1.5.7 1.5.7
2013-07-02, Thijs Alkemade
c72b164f75a7
We're releasing, silly.
global HandyAdiumScripts
on run
tell application "Adium"
set n to (get name of window 1)
try
set name of window 1 to "dummy"
--I shouldn't get here
set name of window 1 to n --restore
error
on error number num
if num is -2700 then error
end try
end tell
end run