From 5d7bc66e84225241140b89ead7812f7493df5c5f Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 1 Jan 2007 23:58:07 +0000 Subject: [PATCH] * Fixed an issue where framed wouldn't unregister properly if deselected --- CliqueOptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliqueOptions.lua b/CliqueOptions.lua index b982a2a..4c20492 100644 --- a/CliqueOptions.lua +++ b/CliqueOptions.lua @@ -373,8 +373,8 @@ function Clique:CreateOptionsFrame() self.profile.blacklist[name] = nil self:RegisterFrame(getglobal(name)) else - self.profile.blacklist[name] = true self:UnregisterFrame(frame) + self.profile.blacklist[name] = true end end Clique:TextListScrollUpdate() -- 1.7.9.5