WoWInterface SVN ChatScroll

Compare Revisions

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

Rev 7 → Rev 6

trunk/ChatScroll/ChatScroll.toc
6,7 → 6,7
## Author: AnduinLothar
## OptionalDeps: Portfolio, LibDefaults
## SavedVariables: ChatScroll_SavedVars, meh
## Version: 3.2
## Version: 3.1
## X-Date: Oct 25 2008
## X-Category: Chat
## X-Website: http://www.wowinterface.com/downloads/info5359-ChatScroll.html
trunk/ChatScroll/ChatScroll.lua
9,8 → 9,6
-ChatFrame Mouse Wheel Scroll
 
Change List
v3.2
- Fixed Portfolio not being optional
v3.1
- More aggressive button hiding
- Now uses LibDefaults for variable initialization
133,7 → 131,7
 
local savedVarTableName = "ChatScroll_SavedVars"
 
local Portfolio = LibStub("Portfolio", true)
local Portfolio = LibStub("Portfolio")
if (Portfolio) then
local optionSet = {
id="ChatScroll";