From 9114c05d2d7a746c286699f22c561e23b4fffc35 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 13 Oct 2008 18:17:20 +0000 Subject: [PATCH] Make the spellbook tab/button disappear when we're on the glyph screen --- CliqueOptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliqueOptions.lua b/CliqueOptions.lua index 414d53a..590a677 100644 --- a/CliqueOptions.lua +++ b/CliqueOptions.lua @@ -27,7 +27,7 @@ function Clique:OptionsOnLoad() self.spellbuttons[i] = button end - CreateFrame("CheckButton", "CliquePulloutTab", SpellBookFrame, "SpellBookSkillLineTabTemplate") + CreateFrame("CheckButton", "CliquePulloutTab", SpellBookSkillLineTab1, "SpellBookSkillLineTabTemplate") CliquePulloutTab:SetNormalTexture("Interface\\AddOns\\Clique\\Images\\CliqueIcon") CliquePulloutTab:SetScript("OnClick", function() Clique:Toggle() end) CliquePulloutTab:SetScript("OnEnter", function() local i = 1 end) -- 1.7.9.5