From b4213fcb9318464258dbecdc8b97e4fcdd793d14 Mon Sep 17 00:00:00 2001 From: Peter Eliasson Date: Sun, 8 Feb 2015 14:30:15 +0100 Subject: [PATCH] Renamed ShowReportWindow -> ShowReportFrame. --- src/gui.lua | 2 +- src/report.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui.lua b/src/gui.lua index 28cdc3f..4a77771 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -174,7 +174,7 @@ function gui:CreateActionContainer() reportBtn:SetDisabled(true); reportBtn:SetRelativeWidth(0.5); reportBtn:SetCallback("OnClick", function() - addon.report:ShowReportWindow( + addon.report:ShowReportFrame( self.selectedGuild, self.selectedZone, self.selectedDifficulty, diff --git a/src/report.lua b/src/report.lua index 13707f7..a3fe55f 100644 --- a/src/report.lua +++ b/src/report.lua @@ -99,7 +99,7 @@ function report:SendData(channelId, whisperToName, dataTitle, filterString, pars end -function report:ShowReportWindow(guildId, zoneId, difficultyId, encounterId, roleId, parses, filters) +function report:ShowReportFrame(guildId, zoneId, difficultyId, encounterId, roleId, parses, filters) if self.currentFrame then self.currentFrame:Release(); self.currentFrame = nil; -- 1.7.9.5