summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-26 15:07:14 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-26 15:07:14 +0000
commita5c4679d11ba9315e809634bfe32c179e2ea6180 (patch)
tree703e6514184268e87b9019b06b58f156ff0f2136 /gurpmi2
parent7b90b8cc369aa1be2cc55027bd75aad3ac59ca6a (diff)
downloadurpmi-a5c4679d11ba9315e809634bfe32c179e2ea6180.tar
urpmi-a5c4679d11ba9315e809634bfe32c179e2ea6180.tar.gz
urpmi-a5c4679d11ba9315e809634bfe32c179e2ea6180.tar.bz2
urpmi-a5c4679d11ba9315e809634bfe32c179e2ea6180.tar.xz
urpmi-a5c4679d11ba9315e809634bfe32c179e2ea6180.zip
We want to run the message dialog
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
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 {