WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/preview/Aloft/AloftBroker
    from Rev 1822 to Rev 1990
    Reverse comparison

Rev 1822 → Rev 1990

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