Quantcast

Fix a couple more dry-code mistakes.

ackis [04-21-09 - 17:52]
Fix a couple more dry-code mistakes.
Filename
ARLFrame.lua
AckisRecipeList.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index 6225c4d..b70edf4 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -1187,7 +1187,7 @@ local function RecipeList_Update()
 			end
 		-- We have some search text that is preventing stuff from being displayed
 		elseif (ARL_SearchText:GetText() ~= "") then
-
+			StaticPopup_Show("ARL_SEARCHFILTERED")
 		else
 			addon:Print(L["NO_DISPLAY"])
 			addon:Print("DEBUG: recipes_total check for 0")
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index d918fd9..c9fa8b4 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -377,7 +377,7 @@ end

 ]]--

-function addon:TRADE_SKILL_SHOW()
+function addon:TRAINER_SHOW()

 	self:ScanSkillLevelData()
 	self:ScanTrainerData()