WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-KeyBinding
    from Rev 75 to Rev 97
    Reverse comparison

Rev 75 → Rev 97

PhanxConfig-KeyBinding.lua
152,7 → 152,7
return self.container:SetPoint( ... )
end
 
function lib.CreateKeyBinding( parent, name, action, desc )
function lib.CreateKeyBinding( parent, name, desc, action )
assert( type( parent ) == "table" and parent.CreateFontString, "PhanxConfig-KeyBinding: Parent is not a valid frame!" )
if type( name ) ~= "string" then name = nil end
if type( desc ) ~= "string" then desc = nil end