diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-11 11:59:56 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-11 11:59:56 +0000 |
commit | 7a6f11892428269c92a6e2583c679bf549dfc03e (patch) | |
tree | 29ea45ea314535d09aefd67d6829361a70aa7c79 /edit-urpm-sources.pl | |
parent | 6bb0a5865f29fd2d39204ce82a989d0e384deda3 (diff) | |
download | rpmdrake-7a6f11892428269c92a6e2583c679bf549dfc03e.tar rpmdrake-7a6f11892428269c92a6e2583c679bf549dfc03e.tar.gz rpmdrake-7a6f11892428269c92a6e2583c679bf549dfc03e.tar.bz2 rpmdrake-7a6f11892428269c92a6e2583c679bf549dfc03e.tar.xz rpmdrake-7a6f11892428269c92a6e2583c679bf549dfc03e.zip |
fix #7425: center-always or center-on-parent popup windows
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 6b80e3da..af0e2883 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -78,7 +78,7 @@ sub add_callback { if_($info->{dirsel}, 0, gtksignal_connect(Gtk2::Button->new(but(N("Browse..."))), clicked => sub { $info->{url_entry}->set_text(ask_dir()) })), if_($info->{securitysel}, 0, gtksignal_connect(Gtk2::Button->new(but(N("Choose a mirror..."))), - clicked => sub { my $m = choose_mirror(); + clicked => sub { my $m = choose_mirror(transient => $w->{rwindow}); if ($m) { $info->{url_entry}->set_text(make_url_mirror($m)); $info->{hdlist_entry}->set_text('../base/hdlist.cz'); |