First work on LibWindow-1.1 usage, plumbing for new bar resizing/button positioning

This commit is contained in:
Hendrik Leppkes
2009-01-20 15:33:02 +01:00
parent 2ed2263968
commit acc67ba2a0
7 changed files with 46 additions and 22 deletions
+2
View File
@@ -20,6 +20,8 @@ local defaults = {
}
}
Bartender4.CONFIG_VERSION = 2
function Bartender4:OnInitialize()
self.db = LibStub("AceDB-3.0"):New("Bartender4DB", defaults)
self.db.RegisterCallback(self, "OnProfileChanged", "UpdateModuleConfigs")