From 79c07ddbd07c11ee3faa4a5936b8737b5d14f8b8 Mon Sep 17 00:00:00 2001 From: shirsig Date: Tue, 15 Aug 2017 19:36:48 +0200 Subject: [PATCH] Revert "Fix for usage with the Addon MobileFrames" --- postal.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postal.lua b/postal.lua index 9414cca..ba952a7 100644 --- a/postal.lua +++ b/postal.lua @@ -98,8 +98,8 @@ end function ADDON_LOADED() if arg1 ~= 'postal' then return end - MailFrame.pushable = 1 - FriendsFrame.pushable = 2 + UIPanelWindows.MailFrame.pushable = 1 + UIPanelWindows.FriendsFrame.pushable = 2 Inbox_Load() SendMail_Load() @@ -764,4 +764,4 @@ do postalAutoCompleteBox:Hide() end end -end +end \ No newline at end of file