From c048eb74102e72f0cd3c3f3dd2359d02772d4be4 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 17 Apr 2009 15:11:05 +0000 Subject: [PATCH] Updated version of LibJostle-3.0 --- Libs/LibJostle-3.0.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Libs/LibJostle-3.0.lua b/Libs/LibJostle-3.0.lua index 0dee240..01fb94d 100644 --- a/Libs/LibJostle-3.0.lua +++ b/Libs/LibJostle-3.0.lua @@ -1,6 +1,6 @@ --[[ Name: LibJostle-3.0 -Revision: $Rev: 43 $ +Revision: $Rev: 44 $ Author(s): ckknight (ckknight@gmail.com) Website: http://ckknight.wowinterface.com/ Documentation: http://wiki.wowace.com/index.php/LibJostle-3.0 @@ -10,7 +10,7 @@ License: LGPL v2.1 ]] local MAJOR_VERSION = "LibJostle-3.0" -local MINOR_VERSION = tonumber(("$Revision: 43 $"):match("(%d+)")) + 90000 +local MINOR_VERSION = tonumber(("$Revision: 44 $"):match("(%d+)")) + 90000 if not LibStub then error(MAJOR_VERSION .. " requires LibStub") end @@ -455,7 +455,7 @@ function Jostle:Refresh(...) x = 0 y = 0 offset = 0 - if frame ~= QuestTimerFrame and QuestTimerFrame:IsShown() then + if QuestTimerFrame and frame ~= QuestTimerFrame and QuestTimerFrame:IsShown() then y = y - QuestTimerFrame:GetHeight() * QuestTimerFrame:GetScale() end if frame == QuestWatchFrame and DurabilityFrame:IsShown() then -- 1.7.9.5