Mercurial > wow > mailopener
diff Modules/OpenAll.lua @ 11:fb952805d8b7
A FailSafe timer will now be stopped when another is started to prevent multiple running simultaneously and eventually warning you for nothing.
#Debug Removed debug messages for MAIL_INBOX_UPDATES, our own addon messages should do.
#Debug MO_OPENING_MAIL debug messages will now include the mail id.
| author | Zerotorescue |
|---|---|
| date | Thu, 09 Sep 2010 16:32:15 +0200 |
| parents | 1ba07a64bf14 |
| children | ab08403f8316 |
line wrap: on
line diff
--- a/Modules/OpenAll.lua Thu Sep 09 10:53:19 2010 +0200 +++ b/Modules/OpenAll.lua Thu Sep 09 16:32:15 2010 +0200 @@ -438,7 +438,7 @@ else continue = false; - self:Debug("MO_OPENING_MAIL"); + self:Debug("MO_OPENING_MAIL (#" .. index .. ")"); -- Notifiy other modules of opening self:SendMessage("MO_OPENING_MAIL");
