diff Libs/DF/fw.lua @ 18:680465749fc7

- framework update.
author Tercio
date Fri, 26 Jun 2015 14:03:10 -0300
parents 0c160948ac5e
children dc1c77254f80
line wrap: on
line diff
--- a/Libs/DF/fw.lua	Tue Jun 23 14:16:13 2015 -0300
+++ b/Libs/DF/fw.lua	Fri Jun 26 14:03:10 2015 -0300
@@ -1,12 +1,14 @@
 
-local major, minor = "DetailsFramework-1.0", 2
+local major, minor = "DetailsFramework-1.0", 3
 local DF, oldminor = LibStub:NewLibrary (major, minor)
 
-
-if (not DF) then 
+if (not DF) then
+	DetailsFrameWorkLoadValid = false
 	return 
 end
 
+DetailsFrameWorkLoadValid = true
+
 local _type = type
 local _unpack = unpack
 local _
@@ -737,7 +739,7 @@
 			options_frame:SetPoint ("center", UIParent, "center")
 			
 			options_frame:SetBackdrop ({bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
-			edgeFile = [[Interface\AddOns\Details\images\border_2]], edgeSize = 32,
+			edgeFile = DF.folder ..  "border_2", edgeSize = 32,
 			insets = {left = 1, right = 1, top = 1, bottom = 1}})
 			options_frame:SetBackdropColor (0, 0, 0, .7)