summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-04-01 03:09:36 +0000
committerThierry Vignaud <tv@mandriva.org>2008-04-01 03:09:36 +0000
commit39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1 (patch)
tree485a7b22b480db4da6981088761a877bbf861288
parent7753218ef16a23989a5f7151e5d89636d008a269 (diff)
downloadurpmi-39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1.tar
urpmi-39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1.tar.gz
urpmi-39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1.tar.bz2
urpmi-39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1.tar.xz
urpmi-39fe7ecc063db6ef6a5ddedefd792f9a50bbeab1.zip
(copy_removable) add a FIXME note
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index 7f06800b..34f02aa7 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -273,6 +273,7 @@ sub do_install_3 () {
ask_continue_blocking("$msg\n$msg2");
},
copy_removable => sub {
+ #FIXME: use use hal to wait-for/mount cdroms:
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok-cancel',
N("Please insert the medium named \"%s\"", $_[0])
);