comparison ItemCountAddons/Altoholic.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
comparison
equal deleted inserted replaced
53:4fc49c9a8f2b 54:06fee4208bf2
12 local addonName = "|r|cfffed000Altoholic|r|cffff6600"; 12 local addonName = "|r|cfffed000Altoholic|r|cffff6600";
13 13
14 print("|cffff6600Note: " .. addonName .. " can not provide local item data.|r"); 14 print("|cffff6600Note: " .. addonName .. " can not provide local item data.|r");
15 end 15 end
16 16
17 IMRegisterItemCountAddon("Altoholic", GetTotalCount, nil, IsEnabled); 17 IMRegisterItemCountAddon("Altoholic", GetTotalCount, nil, IsEnabled, OnSelect);
18 18
19 end 19 end