diff Summary.lua @ 54:06fee4208bf2

Altoholic should now properly show an on select message when chosen. Selecting DataStore as item count addons should no longer break. The local item count displayed in the summary is now actually local rather than global.
author Zerotorescue
date Mon, 20 Dec 2010 14:30:31 +0100
parents 9607b3251655
children 03c0610e9c1e
line wrap: on
line diff
--- a/Summary.lua	Mon Dec 20 14:22:19 2010 +0100
+++ b/Summary.lua	Mon Dec 20 14:30:31 2010 +0100
@@ -562,7 +562,7 @@
 				
 				if item.localCount == -3 then
 					-- Only if item count was queued, update it
-					item.localCount = addon:GetItemCount(item.id, groupName);
+					item.localCount = addon:GetLocalItemCount(item.id, groupName);
 					if item.set.localCount and item.set.localCount.SetText then
 						item.set.localCount:SetText(self:DisplayItemCount(item.localCount, minimumStock));
 					end