summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-11-03 18:18:53 (GMT)
committer Simon <simon@hardwired.org.uk>2010-11-03 18:18:53 (GMT)
commit53eaaec77af41cecf5180a5e3f7e4fd48fbcdbb2 (patch)
treebaf3f51a08b6bafadd4e1c0ddf88fa45200b2991 /src/interface.c
parent2dbf7a35f0d88c47f47ef4bb246e8f5f7da5fb04 (diff)
downloadpowder-53eaaec77af41cecf5180a5e3f7e4fd48fbcdbb2.zip
powder-53eaaec77af41cecf5180a5e3f7e4fd48fbcdbb2.tar.gz
Another possible fix for the search bug
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 9c6491e..defed5e 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -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;
}