Mercurial > wow > mailopener
diff Modules/FailSafe.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 | f10c8a083d2a |
| children | 90d58723ac0a |
line wrap: on
line diff
--- a/Modules/FailSafe.lua Thu Sep 09 10:53:19 2010 +0200 +++ b/Modules/FailSafe.lua Thu Sep 09 16:32:15 2010 +0200 @@ -56,6 +56,7 @@ function FailSafe:MO_OPENING_MAIL() -- Single mail being opened + self:CancelTimer(self.tmrTimeout, true); -- insurance self.tmrTimeout = self:ScheduleTimer("Continue", self.db.profile.timeout); end
