WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/cataclysm/Aloft/AloftBroker
    from Rev 1888 to Rev 1927
    Reverse comparison

Rev 1888 → Rev 1927

AloftBroker.lua
63,7 → 63,7
 
-----------------------------------------------------------------------------
 
-- TODO: this is not really generic... AceConfigDialog does not provide a way to determine if an application's dialog is open
-- TODO: this is kludgy... but AceConfigDialog does not provide a way to determine if an application's dialog is open; IceHUD does it exactly the same way (basically)
local function isDialogOpen(appName)
return AceDialog.OpenFrames[appName]
end