Skip to content

Commit

Permalink
Fixed error reported when chat background is enabled by miranda07
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasje committed Jan 19, 2012
1 parent c62bf1e commit 3d59e29
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions JasjeUI/modules/panels/panels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ TukuiTooltipAnchor:SetPoint("BOTTOMRIGHT", TukuiInfoRight, 0,-6)
-- killing time
TukuiMinimapStatsLeft:Kill()
TukuiMinimapStatsRight:Kill()
TukuiInfoLeftLineVertical:Kill()
TukuiInfoRightLineVertical:Kill()
TukuiLineToABLeft:Kill()
TukuiLineToABRight:Kill()
TukuiCubeLeft:Kill()
TukuiCubeRight:Kill()
if C.chat.background then
TukuiLineToABLeftAlt:Kill()
TukuiLineToABRightAlt:Kill()

if not C.chat.background then
TukuiInfoLeftLineVertical:Kill()
TukuiInfoRightLineVertical:Kill()
TukuiLineToABLeft:Kill()
TukuiLineToABRight:Kill()
TukuiCubeLeft:Kill()
TukuiCubeRight:Kill()
end

-- switch layout
Expand Down

0 comments on commit 3d59e29

Please sign in to comment.