diff gui.lua @ 108:04ccd12c2a41

Tweak 'fix history' output, disable UIDropDownMenu_CreateFrames fix.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 06 Aug 2012 14:57:14 -0400
parents 35b55c6f5551
children ce45011fab4c
line wrap: on
line diff
--- a/gui.lua	Mon Aug 06 13:14:38 2012 -0400
+++ b/gui.lua	Mon Aug 06 14:57:14 2012 -0400
@@ -122,7 +122,7 @@
 
 -- Working around this bug:
 -- http://forums.wowace.com/showpost.php?p=295202&postcount=31
-if false then  -- no longer needed?
+if false then  -- XXX no longer needed?
 	local function fix_frame_level (level, ...)
 		for i = 1, select("#", ...) do
 			local button = select(i, ...)