From 632ed66c346f4b44ed90caea2981ae6bf9fce41c Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Thu, 1 Dec 2005 18:21:02 +0000 Subject: [aptitude @ Always use a dialog to display the list of fixed packages, to avoid unwieldly "minibuffer" displays. (Closes: #341292)] --- src/ui.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ui.cc b/src/ui.cc index edf099d2..cc14653b 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -1214,10 +1214,13 @@ static void auto_fix_broken() aptitude_solution sol = resman->get_solution(resman->get_selected_solution(), 0); (*apt_cache_file)->apply_solution(sol, undo); - show_message(fragf("%s%n%n%F", - _("Some packages were broken and have been fixed:"), - solution_fragment(sol)), - NULL); + + vs_widget_ref d = vs_dialog_ok(fragf("%s%n%n%F", + _("Some packages were broken and have been fixed:"), + solution_fragment(sol)), + NULL); + + popup_widget(d, true); } catch(NoMoreSolutions) { -- cgit v1.2.3