Quantcast

* ARLFrame.lua *

Author torhal <torhal@dummy.example.com>
Author date 2009-05-29 20:19:45
Author local date 2009-05-29 20:19:45 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-05-29 20:19:45
Committer local date 2009-05-29 20:19:45 +0000
Commit 9fa24dcb366a20324360c579f7b5473bb5a4ea65
Tree 8d83a4f1566036dc707e1dace9c13485c4c5503b
Parent e6d8b576a47d056a0ff3e396440aa0bf90f1c583
* ARLFrame.lua *
In addon:DisplayFrame(): Removed rDB parameter - recipeDB is now assigned from addon:GetRecipeTable(). Removed sortedRI parameter - sortedRecipeIndex is now assigned by addon:SortMissingRecipes().
* AckisRecipeList.lua *
In addon:AckisRecipeList_Command(): Removed call to addon:SortMissingRecipes() and un-needed parameters to addon:DisplayFrame().
In addon:SortMissingRecipes(): Moved SortedRecipeIndex out of here and into the enclosing do block - it's now wiped instead of re-created before being populated.