Quantcast

* Fixed an issue where framed wouldn't unregister properly if deselected

James Whitehead II [01-01-07 - 23:58]
* Fixed an issue where framed wouldn't unregister properly if deselected
Filename
CliqueOptions.lua
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()