comparison gui.lua @ 130:08d3d2b7c31d

Move debug table pointers to gui_init.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 27 Aug 2012 02:59:49 -0400
parents 2731702567c4
children acaa01b90505
comparison
equal deleted inserted replaced
129:2731702567c4 130:08d3d2b7c31d
851 gui.g_dloot = g_dloot -- primarily for clean deletion 851 gui.g_dloot = g_dloot -- primarily for clean deletion
852 if gui.eoiST then -- re-init 852 if gui.eoiST then -- re-init
853 self:_fill_out_eoi_data(1) 853 self:_fill_out_eoi_data(1)
854 gui.eoiST:SetData(g_dloot) 854 gui.eoiST:SetData(g_dloot)
855 end 855 end
856
857 if self.author_debug then
858 _G.Ogloot = g_loot
859 _G.Odloot = g_dloot
860 end
861
856 g_generated = nil 862 g_generated = nil
857 tabgroup_tabs = {} 863 tabgroup_tabs = {}
858 window_title = "Ouro Loot " .. self.version 864 window_title = "Ouro Loot " .. self.version
859 -- TabGroup stretches out the tabs to fill the row but only if >75% of the 865 -- TabGroup stretches out the tabs to fill the row but only if >75% of the
860 -- row is already full. It turns out that not doing this looks like ass. 866 -- row is already full. It turns out that not doing this looks like ass.