summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakperm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm
index 45186a2a3..3dab291d2 100755
--- a/perl-install/standalone/drakperm
+++ b/perl-install/standalone/drakperm
@@ -221,6 +221,7 @@ sub row_setting_dialog {
#- dlg widgets declaration
my $dlg = new Gtk2::Dialog();
+ $dlg->set_transient_for($w->{rwindow}) unless $::isEmbedded;
my $ok = new Gtk2::Button('ok');
my $cancel = new Gtk2::Button('cancel');
my $browse = new Gtk2::Button(N("browse"));