Skip to content

Commit aa6abcf

Browse files
committed
refactor: rename the function
1 parent 3f3a592 commit aa6abcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Misc/LFGList.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ function LL:UpdateAdvancedFilters()
15361536
C_LFGList_SaveAdvancedFilter(advFilters)
15371537
end
15381538

1539-
function LL:OnUpdateResultListEnclosure(searchPanel)
1539+
function LL:OnUpdateResultList(searchPanel)
15401540
local results = CopyTable(searchPanel.results, true)
15411541
if _G.LFGListFrame.SearchPanel.categoryID ~= 2 then
15421542
return
@@ -1662,7 +1662,7 @@ function LL:Initialize()
16621662
self:SecureHook("LFGListFrame_SetActivePanel", "UpdateRightPanel")
16631663
self:SecureHook("GroupFinderFrame_ShowGroupFrame", "UpdateRightPanel")
16641664
self:SecureHook("PVEFrame_ShowFrame", "UpdateRightPanel")
1665-
self:SecureHook("LFGListSearchPanel_UpdateResultList", "OnUpdateResultListEnclosure")
1665+
self:SecureHook("LFGListSearchPanel_UpdateResultList", "OnUpdateResultList")
16661666
self:SecureHook("LFGListSearchPanel_DoSearch", function()
16671667
LL.lastRefreshTimestamp = GetTime()
16681668
end)

0 commit comments

Comments
 (0)