From 8a251ea2d43b33e929bc81d0b9a0657184ff4b15 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 26 Dec 2010 23:33:49 +0000 Subject: [PATCH] - potentially fix a stack overflow that's been popping up sometimes when mousing over the player health bar --- IceHUD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceHUD.lua b/IceHUD.lua index 3a22370..3fbe0c3 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -654,7 +654,7 @@ local function figure_unit_menu(unit) return "PLAYER" end -local IceHUD_UnitFrame_DropDown = CreateFrame("Frame", "IceHUD_UnitFrame_DropDown", UIParent, "UIDropDownMenuTemplate") +IceHUD_UnitFrame_DropDown = CreateFrame("Frame", "IceHUD_UnitFrame_DropDown", UIParent, "UIDropDownMenuTemplate") UnitPopupFrames[#UnitPopupFrames+1] = "IceHUD_UnitFrame_DropDown" IceHUD.DropdownUnit = nil