From 8d0e3ec5e54a924fe33f3ce4cc8651eccdf62f96 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 9 Jan 2007 01:36:35 +0000 Subject: [PATCH] Fixed a typo, appears to have resolved any clickset issues we've had --- Clique.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Clique.lua b/Clique.lua index 8dbf8a9..1d53060 100644 --- a/Clique.lua +++ b/Clique.lua @@ -4,6 +4,7 @@ Clique = {Locals = {}} + DongleStub("Dongle-Beta0"):New("Clique", Clique) local L = Clique.Locals @@ -136,7 +137,6 @@ function Clique:SpellBookButtonPressed() end self.editSet[key] = t - self:UpdateClicks() self:ListScrollUpdate() end @@ -151,7 +151,7 @@ function Clique:PLAYER_REGEN_DISABLED() self:RemoveClickSet(self.ooc) self:ApplyClickSet(L.CLICKSET_DEFAULT) self:ApplyClickSet(L.CLICKSET_HARMFUL) - self.ApplyClickSet(L.CLICKSET_HELPFUL) + self:ApplyClickSet(L.CLICKSET_HELPFUL) end function Clique:UpdateClicks() @@ -230,6 +230,9 @@ function Clique:RegisterFrame(frame) end function Clique:ApplyClickSet(name, frame) + if not self.clicksets then + Clique:Print(name, frame, debugstack()) + end local set = self.clicksets[name] or name if frame then -- 1.7.9.5