pull request #976 - D of AP
Pull request from entrez: combining just-picked-up (P) with explicit accept without confirmation (A) for multi-drop (D) ignored the just-picked-up part and dropped everything. Affects menustyle:Full. For menustyle:Traditional, 'A' operates very differently and combining 'a' with 'P' or vice versa already does the right thing. Closes #976
This commit is contained in:
1
src/do.c
1
src/do.c
@@ -924,6 +924,7 @@ menu_drop(int retry)
|
||||
} else if (pick_list[i].item.a_int == 'P') {
|
||||
justpicked_quan = max(0, pick_list[i].count);
|
||||
drop_justpicked = TRUE;
|
||||
drop_everything = FALSE;
|
||||
add_valid_menu_class(pick_list[i].item.a_int);
|
||||
} else {
|
||||
add_valid_menu_class(pick_list[i].item.a_int);
|
||||
|
||||
Reference in New Issue
Block a user