mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
Search/browse: stay in the menu after queuing the item.
After adding an item to the queue from the search/browse result list, sbopkg should show the list to the user again so that he can choose another package. This is the 0.27.x behavior, but got broken sometime. This patch restores the correct behavior. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
0d7e600ae9
commit
eb1cea4375
1 changed files with 0 additions and 1 deletions
|
@ -2191,7 +2191,6 @@ gen_search_package() {
|
|||
fi
|
||||
else # $CHOICE = 3
|
||||
add_item_to_queue $SRCHPKG
|
||||
break
|
||||
fi
|
||||
done
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue