Another possible fix for the search bug

This commit is contained in:
Simon 2010-11-03 18:18:53 +00:00
parent 2dbf7a35f0
commit 53eaaec77a

View File

@ -2253,6 +2253,7 @@ int search_ui(pixel *vid_buf)
if((b && !bq && mp!=-1 && !st && !uih) || do_open==1)
{
active = 0;
if(open_ui(vid_buf, search_ids[mp], search_dates[mp]?search_dates[mp]:NULL)==1) {
goto finish;
}