Quantcast

Updated version of LibJostle-3.0

James Whitehead II [04-17-09 - 15:11]
Updated version of LibJostle-3.0
Filename
Libs/LibJostle-3.0.lua
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