changeset 129:b54116796220

I had a weird bug where MailOpener was waiting for itself to finish opening mail. This should no longer occur.
author Zerotorescue
date Wed, 20 Oct 2010 22:31:30 +0200
parents 23f05488970d
children 43a7124c9847
files Core.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core.lua	Sat Oct 16 15:28:37 2010 +0200
+++ b/Core.lua	Wed Oct 20 22:31:30 2010 +0200
@@ -574,7 +574,7 @@
 			
 			-- Summon the mail opening gods
 			self:SendMessage("MO_OPEN_MAIL");
-		else
+		elseif MailAddonBusy ~= self:GetName() then
 			-- Another addon is ACTIVE
 			self:Debug("Another addon active, waiting .5 seconds... (" .. MailAddonBusy .. ")");