From b98a24c699610f59a45a00dc66f69b67d98fdfae Mon Sep 17 00:00:00 2001 From: Xruptor Date: Sat, 8 Jan 2011 08:48:51 -0500 Subject: [PATCH] -Small update --- xanAutoMail.lua | 2 +- xanAutoMail.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xanAutoMail.lua b/xanAutoMail.lua index 8f5da0b..28163f9 100644 --- a/xanAutoMail.lua +++ b/xanAutoMail.lua @@ -282,7 +282,7 @@ end local function inboxFullCheck() local nItem, nTotal = GetInboxNumItems() if nItem and nTotal then - if ( nTotal > nItem) or InboxTooMuchMail:IsVisible() then + if ( nTotal > nItem) or InboxTooMuchMail:IsVisible() and not inboxAllButton.movedBottom then inboxAllButton:ClearAllPoints() inboxAllButton:SetPoint("CENTER", InboxFrame, "BOTTOM", -10, 100) inboxAllButton.movedBottom = true diff --git a/xanAutoMail.toc b/xanAutoMail.toc index 2df1839..74bdd2f 100644 --- a/xanAutoMail.toc +++ b/xanAutoMail.toc @@ -2,7 +2,7 @@ ## Title: xanAutoMail ## Notes: Expands blizzards automatic name generation for sending Mail to include people outside the guild. ## Author: Xruptor -## Version: 1.3 +## Version: 1.4 ## SavedVariables: xanAutoMailDB libs\LibStub\LibStub.lua -- 1.7.9.5