From a0d29ff5eef9d3ac1f87a2029647e887bcb3fd80 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 28 Jun 2010 08:22:31 +0000 Subject: [PATCH] Updated LibJostle to be compatible with 3.3.5 --- 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 8f7916a..0cc12a4 100644 --- a/Libs/LibJostle-3.0.lua +++ b/Libs/LibJostle-3.0.lua @@ -1,6 +1,6 @@ --[[ Name: LibJostle-3.0 -Revision: $Rev: 49 $ +Revision: $Rev: 50 $ Author(s): ckknight (ckknight@gmail.com) Website: http://ckknight.wowinterface.com/ Documentation: http://www.wowace.com/addons/libjostle-3-0/ @@ -10,7 +10,7 @@ License: LGPL v2.1 ]] local MAJOR_VERSION = "LibJostle-3.0" -local MINOR_VERSION = tonumber(("$Revision: 49 $"):match("(%d+)")) + 90000 +local MINOR_VERSION = tonumber(("$Revision: 50 $"):match("(%d+)")) + 90000 if not LibStub then error(MAJOR_VERSION .. " requires LibStub") end @@ -85,7 +85,7 @@ if not Jostle.hooks.FCF_UpdateDockPosition then end) end -if not Jostle.hooks.FCF_UpdateCombatLogPosition then +if FCF_UpdateCombatLogPosition and not Jostle.hooks.FCF_UpdateCombatLogPosition then Jostle.hooks.FCF_UpdateCombatLogPosition = true hooksecurefunc("FCF_UpdateCombatLogPosition", function() if Jostle.FCF_UpdateCombatLogPosition then -- 1.7.9.5