adium/adium

Modernize MVMenuButton a bit.

2012-09-12, Thijs Alkemade
512cb1d5bcd7
Modernize MVMenuButton a bit.
global HandyAdiumScripts
on run
tell application "Adium"
set newChatWindow to HandyAdiumScripts's makeNewChatWindow()
if (get index of chat 1 of newChatWindow) is not 1 then
close newChatWindow --restore
error
end
close newChatWindow --restore
end tell
end run