diff ObjectiveTracker/SecureButton.xml @ 34:9856ebc63fa4

- half solution to Update being fired multiple times during load - change securefunc handlers to dispense a reason code; catch that reason code in the enclosure passed to hooksecurefunc, and decide whether to update or not from there.
author Nenue
date Sun, 17 Apr 2016 00:21:45 -0400
parents c3aa94bc6be2
children
line wrap: on
line diff
--- a/ObjectiveTracker/SecureButton.xml	Fri Apr 15 17:01:06 2016 -0400
+++ b/ObjectiveTracker/SecureButton.xml	Sun Apr 17 00:21:45 2016 -0400
@@ -49,7 +49,7 @@
       </OnHide>
       <OnEnter>
         GameTooltip:SetOwner(self, "ANCHOR_RIGHT");
-        GameTooltip:SetQuestLogSpecialItem(self.questLogIndex);
+        GameTooltip:SetQuestLogSpecialItem(self.logIndex);
       </OnEnter>
       <OnLeave>
         GameTooltip:Hide();