diff core.lua @ 115:289c7667adab

When fixing up missing item cache during load, make sure GUI displays from scratch. Put the bang back on UI tips checkbox (widget fixed). Revent r112, widgets both fixed now.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Tue, 14 Aug 2012 20:37:12 -0400
parents 67bf97136273
children fc2ff128835a
line wrap: on
line diff
--- a/core.lua	Mon Aug 13 21:49:08 2012 -0400
+++ b/core.lua	Tue Aug 14 20:37:12 2012 -0400
@@ -1883,6 +1883,7 @@
 	if self.DO_ITEMID_FIX then
 		self.DO_ITEMID_FIX = nil
 		self:do_item_cache_fixup(--[[force_silent=]]not self.author_debug)
+		self.loot_clean = nil
 	end
 	if IsInRaid() then
 		self.dprint('flow', ">:Activate calling RRU")