diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-26 15:07:14 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-26 15:07:14 +0000 |
commit | a5c4679d11ba9315e809634bfe32c179e2ea6180 (patch) | |
tree | 703e6514184268e87b9019b06b58f156ff0f2136 /gurpmi2 | |
parent | 7b90b8cc369aa1be2cc55027bd75aad3ac59ca6a (diff) | |
download | urpmi-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-x | gurpmi2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |