adium/adium

Updated Makefile.

2012-02-01, Adrian Godoroja
9e55800b09b7
Updated Makefile.
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