diff text_tabs.lua @ 102:fe04f5c4114a

- expiring cache callback arg, handle new entries coming in during the same loop at the previous ones ALL being removed TODO: rework other "candidate" caches to use this instead - raider snapshots use string tokens for 'online' field - document callback args - CheckBoxSmallLabel preemptively apply proposed fix for ace3 ticket 304 - now that option toggles are not wedged into tight space, revert to using standard CheckBox widget instead of small-label variant (go back if ticket 304 is not fixed for release)
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sat, 04 Aug 2012 22:03:05 +0000
parents ba5ff82dcf19
children ce45011fab4c
line wrap: on
line diff
--- a/text_tabs.lua	Wed Aug 01 06:51:52 2012 +0000
+++ b/text_tabs.lua	Sat Aug 04 22:03:05 2012 +0000
@@ -148,7 +148,7 @@
 
 	-- Assumption:  everybody is packed into the first N groups.
 	if raidertable then for name,info in pairs(raidertable) do
-		if info.online ~= 3 then   -- 3 == left the raid
+		if info.online ~= 'no_longer' then   -- 'no_longer' == left the raid
 			if (info.subgroup or (NUM_RAID_GROUPS+1)) <= max_group_number then
 				tins (ingroups, name)
 			else