fix error when loading profile

This commit is contained in:
Hendrik Leppkes
2008-06-16 08:24:09 +00:00
parent dd91d867b7
commit 86d433fefe
-1
View File
@@ -39,7 +39,6 @@ function Bartender4:RegisterDefaultsKey(key, subdefaults)
end
function Bartender4:UpdateModuleConfigs()
self:Lock()
for k,v in AceAddon:IterateModulesOfAddon(self) do
v:ToggleModule()
if v:IsEnabled() and type(v.ApplyConfig) == "function" then