WoWInterface SVN ChatProfiles

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 6 to Rev 5
    Reverse comparison

Rev 6 → Rev 5

Bindings.xml File deleted \ No newline at end of file
ChatProfiles.lua
112,12 → 112,6
 
local ldbstream = ldb:NewDataObject("ChatProfiles",{type = "data source", icon = UnknownIconPath, label="ChatProfiles", text = ""})
 
BINDING_HEADER_CHATPROFILES_HEADER = "ChatProfiles"
BINDING_NAME_CHATPROFILES_AUTO_TOGGLE = "Toggle Auto"
BINDING_NAME_CHATPROFILES_AUTO_ON = "Set Auto on"
BINDING_NAME_CHATPROFILES_AUTO_OFF = "Set Auto off"
 
 
CHATPROFILES_LOADED = false;
 
--taken from http://www.wowwiki.com/Extracting_info_from_a_slash_command#Parsing_Into_Tables, 2009-04-01
300,19 → 294,6
end
end
 
--Public Functions
 
function ChatProfiles_ToggleAuto()
ToggleAuto()
end
function ChatProfiles_AutoOn()
SetAuto(true)
end
function ChatProfiles_AutoOff()
SetAuto(false)
end
 
 
function ldbstream:OnTooltipShow()
self:AddLine("Profiles:")
local text="";