summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-12-11 03:49:32 (GMT)
committer Simon <simon@hardwired.org.uk>2010-12-11 03:49:32 (GMT)
commit2bdb662825d9b24ac81c57cc2723f69b455b8030 (patch)
tree89672a84a4643570b9ab99740302ddc730ba2a6d /src/interface.c
parentbe7acfd99b4a64c1aa86fcff14729caf06d908c4 (diff)
downloadpowder-2bdb662825d9b24ac81c57cc2723f69b455b8030.zip
powder-2bdb662825d9b24ac81c57cc2723f69b455b8030.tar.gz
Fix merging errors
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index af679d8..955579a 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -2321,7 +2321,7 @@ int search_ui(pixel *vid_buf)
lasttime = TIMEOUT;
}
- if(b && !bq && dp!=-1 && search_fav!=0)
+ if(b && !bq && dp!=-1 && search_fav==0)
if(confirm_ui(vid_buf, "Do you want to delete?", search_names[dp], "Delete"))
{
execute_delete(vid_buf, search_ids[dp]);