File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1536,7 +1536,7 @@ function LL:UpdateAdvancedFilters()
15361536 C_LFGList_SaveAdvancedFilter (advFilters )
15371537end
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 )
You can’t perform that action at this time.
0 commit comments