annotate embeds.xml @ 8:1b2d819b4fa8

Now using the global MailAddonBusy to indicate MailOpener is busy, read comments in Core.lua for more info. Default status is now ?enabled without automatic mail opening? to let first time users look around before MailOpener messes up their heads. A StaticPopupDialog will be added later to ask if they want to auto-enable. When ?enabled without automatic mail opening? is on and you toggle the mail opening checkbox on, mail opening will automatically start.
author Zerotorescue
date Thu, 09 Sep 2010 10:53:19 +0200
parents 6f17035de058
children 90d58723ac0a
rev   line source
Zerotorescue@0 1 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
Zerotorescue@0 2 <!-- Libraries -->
Zerotorescue@0 3 <Script file="Libs\LibStub\LibStub.lua"/>
Zerotorescue@0 4 <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
Zerotorescue@0 5 <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
Zerotorescue@0 6 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
Zerotorescue@0 7 <Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
Zerotorescue@0 8 <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
Zerotorescue@0 9 <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
Zerotorescue@0 10 <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
Zerotorescue@0 11 <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
Zerotorescue@0 12 <Include file="Libs\LibSharedMedia-3.0\lib.xml"/>
Zerotorescue@0 13 <Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
Zerotorescue@0 14 </Ui>