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:
mauro.giachero 2009-06-10 07:39:36 +00:00
parent 0d7e600ae9
commit eb1cea4375

View file

@ -2191,7 +2191,6 @@ gen_search_package() {
fi
else # $CHOICE = 3
add_item_to_queue $SRCHPKG
break
fi
done
else