small search bugfix

This commit is contained in:
Manuel Simon Hirsig
2016-03-19 09:12:31 +01:00
parent d21fe8683f
commit a92f2efb32
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Aux = {
version = '2.7.5',
version = '2.7.6',
blizzard_ui_shown = false,
orig = {},
}
+1 -2
View File
@@ -770,11 +770,10 @@ function public.start_search(filter_string, resume)
end
local queries = aborted_search
Aux.scan.abort('list')
aborted_search = nil
private.search_button:SetText('Search')
Aux.scan.abort('list')
if filter_string then
private.search_box:SetText(filter_string)
end