adium/adium

Level up to 1.5.6.
adium-1.5.6 1.5.6
2013-03-18, Thijs Alkemade
90a171a6b0fc
Level up to 1.5.6.
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