- after renaming a custom module, set the mod to automatically select it in the options menu

This commit is contained in:
Parnic
2010-09-13 05:37:47 +00:00
parent 61ae4e915f
commit e6185049f6

View File

@ -250,6 +250,8 @@ function IceCore.prototype:RenameDynamicModule(module, newName)
module.elementName = newName module.elementName = newName
IceHUD:GenerateModuleOptions() IceHUD:GenerateModuleOptions()
LibStub("AceConfigDialog-3.0"):SelectGroup("IceHUD", "modules", newName)
end end