aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-01-17 16:26:51 +0000
committerThierry Vignaud <tv@mandriva.org>2007-01-17 16:26:51 +0000
commit283d4f7c09ef1d85c3a30fcf438ff9c414114127 (patch)
tree469f974d1fc1d00b128e497da0ad952e3566ae10 /rpmdrake.pm
parenteca7d8b72b32dcac80b16f7b30c92a00e13fdbbd (diff)
downloadrpmdrake-283d4f7c09ef1d85c3a30fcf438ff9c414114127.tar
rpmdrake-283d4f7c09ef1d85c3a30fcf438ff9c414114127.tar.gz
rpmdrake-283d4f7c09ef1d85c3a30fcf438ff9c414114127.tar.bz2
rpmdrake-283d4f7c09ef1d85c3a30fcf438ff9c414114127.tar.xz
rpmdrake-283d4f7c09ef1d85c3a30fcf438ff9c414114127.zip
(update_sources) transient hint is already managed by wait_msg()
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index bbfe3c6e..b486790b 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -675,7 +675,6 @@ sub update_sources {
my $w; my $label; $w = wait_msg(
$label = Gtk2::Label->new(N("Please wait, updating media...")),
no_wait_cursor => 1,
- if_($::main_window, transient => $::main_window),
banner => $options{banner},
widgets => [
my $pb = gtkset_size_request(Gtk2::ProgressBar->new, 300, -1),