From a5c4679d11ba9315e809634bfe32c179e2ea6180 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 26 Mar 2009 15:07:14 +0000 Subject: We want to run the message dialog --- gurpmi2 | 1 + 1 file changed, 1 insertion(+) diff --git a/gurpmi2 b/gurpmi2 index efa859d1..bc9180ee 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -383,6 +383,7 @@ sub do_install_3 () { my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok', join("\n", values %$need_restart_formatted) ); + $w->run; $w->destroy; }, missing_files_summary => sub { -- cgit v1.2.1