WoWInterface SVN ChipperChat

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

trunk/ChipperChat/ChipperChat.toc
2,7 → 2,7
## Title: ChipperChat
## Author: Seerah
## Notes: Make your chat experience a chipper one!
## Version: 1.4.1
## Version: 1.4.2
 
cc_options.lua
cc.lua
\ No newline at end of file
trunk/ChipperChat/cc.lua
58,7 → 58,7
--function to reference when controlling 'scroll to bottom' button
local function btmbtnControl(self)
self = self or SELECTED_DOCK_FRAME
if self:GetCurrentScroll() ~= 0 then
if self:GetScrollOffset() ~= 0 then
--_G[self:GetName().."ButtonFrameBottomButton"]:Show()
_G[self:GetName().."ButtonFrameBottomButton"]:SetAlpha(.5)
else