Quantcast

Updated LibJostle to be compatible with 3.3.5

James Whitehead II [06-28-10 - 08:22]
Updated LibJostle to be compatible with 3.3.5
Filename
Libs/LibJostle-3.0.lua
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