From aa49d9d752664d115be2b87fbb7e9b9848b53f28 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sat, 10 Jul 2010 02:17:16 -0400 Subject: [PATCH] Fixed bad reference to the search editbox. --- Interface/List.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/List.lua b/Interface/List.lua index da652ab..3121ab7 100644 --- a/Interface/List.lua +++ b/Interface/List.lua @@ -532,7 +532,7 @@ function private.InitializeListFrame() addon.db.profile.addonversion = addon.version showpopup = true end - local editbox_text = SearchBox:GetText() + local editbox_text = MainPanel.search_editbox:GetText() if Player.recipes_total == 0 then if showpopup then -- 1.7.9.5