diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 01:37:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 01:37:47 +0000 |
commit | cdae7e3725551a70e9c4f67d826dec5032f11818 (patch) | |
tree | fae6048dcfc7786c0654b46ec132fa6c8d27fd8a /edit-urpm-sources.pl | |
parent | 51ac127cdbda9ede695c88feab65978412389640 (diff) | |
download | rpmdrake-cdae7e3725551a70e9c4f67d826dec5032f11818.tar rpmdrake-cdae7e3725551a70e9c4f67d826dec5032f11818.tar.gz rpmdrake-cdae7e3725551a70e9c4f67d826dec5032f11818.tar.bz2 rpmdrake-cdae7e3725551a70e9c4f67d826dec5032f11818.tar.xz rpmdrake-cdae7e3725551a70e9c4f67d826dec5032f11818.zip |
(easy_add_callback) make one more dialog transient to the main window
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index e73a5af0..290a4438 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -92,6 +92,7 @@ Please check that your network is currently running. Is it ok to continue?", $rpmdrake::mandrake_release), want_base_distro => $want_base_distro, + transient => $mainw->{real_window}, ) or return 0; my $wait = wait_msg(N("Please wait, adding media...")); my $url = $want_base_distro ? make_url_mirror_dist($m) : make_url_mirror($m); |